Skip to content

Commit 28d5773

Browse files
authored
repo sync
2 parents 8624590 + 1f8d036 commit 28d5773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/actions/reference/workflow-commands-for-github-actions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@ echo "action_state=yellow" >> $GITHUB_ENV
254254
Running `$action_state` in a future step will now return `yellow`
255255

256256
#### Multline strings
257-
For multiline strings, you may use a delimeter with the following syntax.
257+
For multiline strings, you may use a delimiter with the following syntax.
258258

259259
```
260-
{name}<<{delimeter}
260+
{name}<<{delimiter}
261261
{value}
262-
{delimeter}
262+
{delimiter}
263263
```
264264

265265
#### Example

0 commit comments

Comments
 (0)