Skip to content

Commit

Permalink
Merge pull request #1456 from cassshh/patch-1
Browse files Browse the repository at this point in the history
Fix typo metadata-syntax-for-github-actions.md
  • Loading branch information
shati-patel authored Dec 2, 2020
2 parents 75ef2f6 + 9155819 commit 64aca19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ runs:
```
{% endraw %}

#### `outputs.<output_id.value>`
#### `outputs.<output_id>.value`
**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.

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)".
Expand Down

0 comments on commit 64aca19

Please sign in to comment.