Skip to content

Commit 4abcabb

Browse files
authored
Add Append keyword to windows env file example (#15955)
Add -Append to the windows docs for ENV Variables
1 parent b575b25 commit 4abcabb

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)