Hi All,
We love GitHub actions and we use it for our CI/CD.
The problem we’re facing is that for manually triggered actions, we don’t see the branch name that was selected for the action run.
Our flow specifies automated and manual triggers as follows:
on:
push:
branches:
- master
workflow_dispatch:
For automatically triggered actions (on push to master) we see the branch name, but for manually triggered ones, we don’t.
See attached screenshot.
I’d appreciate any guidelines ways to correct this