What article on docs.github.com is affected?
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#job-status-check-functions
What part(s) of the article would you like to see updated?
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-6
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-7
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-7
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-9
Additional information
Technically the ${{ and }} here are optional
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#about-contexts-and-expressions
When you use expressions in an if conditional, you may omit the expression syntax (${{ }}) because GitHub automatically evaluates the if conditional as an expression, unless the expression contains any operators. If the expression contains any operators, the expression must be contained within ${{ }} to explicitly mark it for evaluation. For more information about if conditionals, see "Workflow syntax for GitHub Actions."
It'd be nice if the document helped people internalize when they need to / don't need to use ${{/}}, by not using ${{/}} in places where they aren't necessary.
What article on docs.github.com is affected?
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#job-status-check-functions
What part(s) of the article would you like to see updated?
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-6
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-7
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-7
https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#example-9
Additional information
Technically the
${{and}}here are optionalhttps://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#about-contexts-and-expressions
It'd be nice if the document helped people internalize when they need to / don't need to use
${{/}}, by not using${{/}}in places where they aren't necessary.