Skip to content

Commit 1611264

Browse files
authored
Fix typo metadata-syntax-for-github-actions.md
Fix typo for metadata-syntax-for-github-actions#outputs-for-composite-run-steps-actions
1 parent b86ecef commit 1611264

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/creating-actions/metadata-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ runs:
116116
```
117117
{% endraw %}
118118

119-
#### **`outputs.<output_id.value>`**
119+
#### **`outputs.<output_id>.value`**
120120
**Required** The value that the output parameter will be mapped to. You can set this to a `string` or an expression with context. For example, you can use the `steps` context to set the `value` of an output to the output value of a step.
121121

122122
For more information on how to use context and expression syntax, see "[Context and expression syntax for {% data variables.product.prodname_actions %}](/actions/reference/context-and-expression-syntax-for-github-actions)".

0 commit comments

Comments
 (0)