Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#example-contents-of-the-job-context
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.
|
| {% 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;
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/reference/workflows-and-actions/contexts#example-contents-of-the-job-context
What part(s) of the article would you like to see updated?
2d8b1f0 (Add Actions
job.check_run_idexpression context (#57502), 2025-09-12)added
job.check_run_idto thejobContext table, but not to the following Example contents of thejobcontext.Additional information
Note that the
job.check_run_idcontext property is versioned.docs/content/actions/reference/workflows-and-actions/contexts.md
Lines 367 to 369 in e977429
An example value of
job.check_run_idis51725241954(in thenumbertype), found in this run or in the persistent file