Skip to content

Commit

Permalink
Add Append keyword to windows env file example (github#15955)
Browse files Browse the repository at this point in the history
Add -Append to the windows docs for ENV Variables
  • Loading branch information
thboop authored Oct 9, 2020
1 parent b575b25 commit 4abcabb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ During the execution of a workflow, the runner generates temporary files that ca

```
steps:
- run: echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
- run: echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
```
{% endwarning %}
Expand Down

0 comments on commit 4abcabb

Please sign in to comment.