From 16112644a22276b9f7c90e0723961a4b029b69e1 Mon Sep 17 00:00:00 2001 From: Cas van Dinter Date: Thu, 19 Nov 2020 12:23:13 +0100 Subject: [PATCH] Fix typo metadata-syntax-for-github-actions.md Fix typo for metadata-syntax-for-github-actions#outputs-for-composite-run-steps-actions --- .../creating-actions/metadata-syntax-for-github-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 5dfc38f38048..dbb046f59e37 100644 --- a/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -116,7 +116,7 @@ runs: ``` {% endraw %} -#### **`outputs.`** +#### **`outputs..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)".