Skip to content

Commit 604ac9b

Browse files
authored
Merge pull request #307 from github/repo-sync
repo sync
2 parents 546978e + ae2548e commit 604ac9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ During the execution of a workflow, the runner generates temporary files that ca
234234

235235
```
236236
steps:
237-
- run: echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
237+
- run: echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
238238
```
239239
240240
{% endwarning %}

0 commit comments

Comments
 (0)