From 794f479eb29dc480901cc8acb4baf60644db9471 Mon Sep 17 00:00:00 2001 From: Paul Schifferer Date: Wed, 7 Oct 2020 16:29:38 -0700 Subject: [PATCH] Update workflow-commands-for-github-actions.md While a meter for delis would be incredibly useful for determining the best sandwich shop, a delimiter is better for dividing multiline strings. --- .../reference/workflow-commands-for-github-actions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/actions/reference/workflow-commands-for-github-actions.md b/content/actions/reference/workflow-commands-for-github-actions.md index e7c98d0f1155..e4a418262323 100644 --- a/content/actions/reference/workflow-commands-for-github-actions.md +++ b/content/actions/reference/workflow-commands-for-github-actions.md @@ -254,12 +254,12 @@ echo "action_state=yellow" >> $GITHUB_ENV Running `$action_state` in a future step will now return `yellow` #### Multline strings -For multiline strings, you may use a delimeter with the following syntax. +For multiline strings, you may use a delimiter with the following syntax. ``` -{name}<<{delimeter} +{name}<<{delimiter} {value} -{delimeter} +{delimiter} ``` #### Example