We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently this action returns a branch like the below example when triggered from a pull_Request:
pull_Request
BRANCH_NAME: 3/merge
The branch returned from the expression github.head_ref would be the expected value. It would be great if this action could support this.
github.head_ref
The text was updated successfully, but these errors were encountered:
I made an action that works on pull_request too https://github.com/EthanSK/git-branch-name-action
Sorry, something went wrong.
No branches or pull requests
Currently this action returns a branch like the below example when triggered from a
pull_Request
:The branch returned from the expression
github.head_ref
would be the expected value.It would be great if this action could support this.
The text was updated successfully, but these errors were encountered: