Add Append keyword to windows env file example (#15955)
Add -Append to the windows docs for ENV Variables
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user