1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Add Append keyword to windows env file example (#15955)

Add -Append to the windows docs for ENV Variables
This commit is contained in:
Thomas Boop
2020-10-08 20:54:09 -04:00
committed by GitHub
parent b575b2542d
commit 4abcabba6c

View File

@@ -234,7 +234,7 @@ During the execution of a workflow, the runner generates temporary files that ca
``` ```
steps: 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 %} {% endwarning %}