About this format
GitHub Actions provide rich JSON contexts describing the event that triggered the workflow run.
Example Data
{
"action": "opened",
"issue": {
"number": 42,
"title": "Bug in API",
"state": "open"
},
"repository": {
"name": "fmtly",
"full_name": "oguz/fmtly"
}
}When to use GitHub Actions output
- Debugging workflow triggers
- Extracting PR numbers
- Checking repository details