Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#image_version_ready
What part(s) of the article would you like to see updated?
The trigger name in the title is 'image_version_ready' but its example code says the trigger name is 'image_version'. One of them is wrong.
EDIT: I confirmed 'image_version' is correct based on the implementation of the runner.
https://github.com/actions/runner/blob/b3a60e6b0630a15b2daa549429b9ae2cf19f4400/src/Sdk/WorkflowParser/workflow-v1.0.json#L322
Additional information
No response
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#image_version_ready
What part(s) of the article would you like to see updated?
The trigger name in the title is 'image_version_ready' but its example code says the trigger name is 'image_version'. One of them is wrong.
EDIT: I confirmed 'image_version' is correct based on the implementation of the runner.
https://github.com/actions/runner/blob/b3a60e6b0630a15b2daa549429b9ae2cf19f4400/src/Sdk/WorkflowParser/workflow-v1.0.json#L322
Additional information
No response