Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idif
What part(s) of the article would you like to see updated?
Please add a callout that certain contexts are not available for use in the jobs.<job_id>.if
conditional. If you attempt to use them, you get an Unrecognized named-value: '<context>'.
error.
Adding links to issues where people on the internet have learned about this the hard way:
- Unrecognized named-value: 'matrix' in job if conditional actions/runner#1985
- Unrecognized named-value: 'env'. for job conditional actions/runner#1189
Additional information
No response