1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Update workflow-commands-for-github-actions.md (#216)

While a meter for delis would be incredibly useful for determining the best sandwich shop, a delimiter is better for dividing multiline strings.
This commit is contained in:
Paul Schifferer
2020-10-09 18:43:15 -07:00
committed by GitHub
parent b215f3e600
commit b25f81ec0e

View File

@@ -254,12 +254,12 @@ echo "action_state=yellow" >> $GITHUB_ENV
Running `$action_state` in a future step will now return `yellow` Running `$action_state` in a future step will now return `yellow`
#### Multline strings #### 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} {value}
{delimeter} {delimiter}
``` ```
#### Example #### Example