-
Notifications
You must be signed in to change notification settings - Fork 63.5k
Update Actions job
context example to include check_run_id
#40670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added 'check_run_id' property to job context example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the GitHub Actions documentation to include the newly added check_run_id
property in the job
context example. The update adds the property to both the descriptive text and the JSON example, ensuring the documentation accurately reflects the current API structure.
- Updates the description to mention that minimal job contexts contain both
status
andcheck_run_id
properties - Adds the
check_run_id
field to the JSON example with a real value from an actual workflow run - Uses conditional versioning to show the property only for GitHub.com and GitHub Enterprise Cloud
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
@muzimuzhi I'm not sure what's up with the review links, but the change to the article is a pretty small one that I'm inclined to accept at face value, so I'll get it added to the merge queue once the checks pass. |
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. If you're looking for your next contribution, check out our help wanted issues ⚡ |
Shawn Anthony Hollva has sent you an email via Gmail confidential mode:
[image: Gmail logo]Re: [github/docs] Update Actions `job` context example to include `check_run_id` (PR #40670) <https://confidential-mail.google.com/msg/AJ05Yhfb9cOjruuYuQwe6jKu4K8QsoNFPHNbfEXEoZBYpsWoiIKSImw8_tVQyA7W3UphfzG2aP4o72NqPy3WiNrAX-99yW58TnwieNlLyJNNnI1n3qJGPYBgOYBLH6bYnE3157T9ek8UEV1RSZDChK-TZhajomY_caxWvxz7GLG06qGzGR2n2_eJXuRvTFWkWb9EYedyDBbh36a584O1tpg=>
This message was sent on Oct 3, 2025 at 11:22:00 AM PDT
You can open it by clicking the link below. This link will only work for ***@***.***
View the email <https://confidential-mail.google.com/msg/AJ05Yhfb9cOjruuYuQwe6jKu4K8QsoNFPHNbfEXEoZBYpsWoiIKSImw8_tVQyA7W3UphfzG2aP4o72NqPy3WiNrAX-99yW58TnwieNlLyJNNnI1n3qJGPYBgOYBLH6bYnE3157T9ek8UEV1RSZDChK-TZhajomY_caxWvxz7GLG06qGzGR2n2_eJXuRvTFWkWb9EYedyDBbh36a584O1tpg=>
Gmail confidential mode gives you more control over the messages you send. The sender may have chosen to set an expiration time, disable printing or forwarding, or track access to this message. Learn more <https://support.google.com/mail/answer/7674059>
Gmail: Email by Google
Use is subject to the Google Privacy Policy <https://myaccount.google.com/privacypolicy?hl=en>
Google LLC, 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA
You have received this message because someone sent you an email via Gmail confidential mode.
[image: Google logo]
|
Why:
Closes: #40669
What's being changed (if available, include any code snippets, screenshots, or gifs):
Update Actions
job
context example to include newly added propertycheck_run_id
.The example
check_run_id
value is taken from this run, see also its persistent file.Check off the following: