Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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