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
And a git workflow for posting to that project, such as pull request events and releases from github
Looks like we can get pr number from
the easiest way I found is using the github context. The following example shows how to set it to an environment variable. env: PR_NUMBER: ${{ github.event.number }} (https://stackoverflow.com/questions/59077079/how-to-get-pull-request-number-within-github-actions-workflow)
the easiest way I found is using the github context. The following example shows how to set it to an environment variable.
env: PR_NUMBER: ${{ github.event.number }} (https://stackoverflow.com/questions/59077079/how-to-get-pull-request-number-within-github-actions-workflow)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
And a git workflow for posting to that project, such as pull request events and releases from github
Looks like we can get pr number from
The text was updated successfully, but these errors were encountered: