Skip to content

New Actions context property job.check_run_id missing from the context content example #40669

Description

@muzimuzhi

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentThis issue or pull request belongs to the Docs Content teamtriageDo not begin working on this issue until triaged by the team

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions