Skip to content

Commit 64aca19

Browse files
authored
Merge pull request #1456 from cassshh/patch-1
Fix typo metadata-syntax-for-github-actions.md
2 parents 75ef2f6 + 9155819 commit 64aca19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)