Skip to content

Commit

Permalink
Update workflow-commands-for-github-actions.md (#216)
Browse files Browse the repository at this point in the history
While a meter for delis would be incredibly useful for determining the best sandwich shop, a delimiter is better for dividing multiline strings.
  • Loading branch information
paulyhedral authored Oct 10, 2020
1 parent b215f3e commit b25f81e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b25f81e

Please sign in to comment.