-
Notifications
You must be signed in to change notification settings - Fork 65.1k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
2d8b1f0 (Add Actions job.check_run_id expression context (#57502), 2025-09-12)
added job.check_run_id to the job Context table, but not to the following Example contents of the job context.
Additional information
Note that the job.check_run_id context property is versioned.
docs/content/actions/reference/workflows-and-actions/contexts.md
Lines 367 to 369 in e977429
| | {% ifversion fpt or ghec %} | | |
| | `job.check_run_id` | `number` | The check run ID of the current job. | | |
| | {% endif %} | |
An example value of job.check_run_id is 51725241954 (in the number type), found in this run or in the persistent file
json.job.check_run_id = 51725241954;Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the team