Skip to content
Discussion options

You must be logged in to vote

The documentation you linked to is about the GraphQL API. However, github.event gives you the webhook event payload of the REST API:

My understanding is that you need to use the GraphQL API manually to access the information, e.g. by using gh api graphql -f query='...' in a step's run code (source), or by using the actions/github-script action: https://github.com/actions/github-s…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@bossanovaorca
Comment options

@Simran-B
Comment options

Answer selected by RobertIsmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage
3 participants