Fix image_version workflow trigger name#41267
Conversation
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. |
There was a problem hiding this comment.
Pull Request Overview
This PR fixes an incorrect workflow trigger name in the GitHub Actions documentation. The heading was incorrectly named image_version_ready without backticks, when it should be `image_version` to match both the actual event name used in workflow YAML and the formatting convention used for all other event headings in the document.
Key Changes
- Corrected the event name from
image_version_readytoimage_versionto match the workflow syntax shown in the code example - Added backticks around the event name to follow the established formatting pattern used for all other event headings in the document
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@rhysd Copilot agrees, and since this is a small change I'm going to accept it on the theory that if it's actually wrong, someone will come let me know pretty quickly. |
|
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 ⚡ |
Why:
Closes: #41266
What's being changed (if available, include any code snippets, screenshots, or gifs):
Fixed the trigger name.
image_versionis correct.https://github.com/actions/runner/blob/b3a60e6b0630a15b2daa549429b9ae2cf19f4400/src/Sdk/WorkflowParser/workflow-v1.0.json#L322
Check off the following: