Skip to content

How to access the event that triggered a workflow #25519

Answered by weide-zhou
paramt asked this question in Actions
Discussion options

You must be logged in to vote

You can check the context content, follow the structure to get the issue number, code as below:

echo ${{ github.event.issue.number }}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants