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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user