We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ef117 commit f52c88fCopy full SHA for f52c88f
.github/workflows/reusable-context.yml
@@ -3,7 +3,7 @@ name: Reusable build context
3
on: # yamllint disable-line rule:truthy
4
workflow_call:
5
outputs:
6
- # Every referenced step MUST always its set output variable,
+ # Every referenced step MUST always set its output variable,
7
# either via ``Tools/build/compute-changes.py`` or in this workflow file.
8
# Boolean outputs (generally prefixed ``run-``) can then later be used
9
# safely through the following idiom in job conditionals and other
0 commit comments