Skip to content

Commit

Permalink
Add -Append flag to powershell workflow commands
Browse files Browse the repository at this point in the history
  • Loading branch information
thboop authored Oct 8, 2020
1 parent 4f7fb65 commit af82147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,5 @@ export function addPath(inputPath: string): void {}
Powershell does not use UTF8 by default. You will want to make sure you write in the correct encoding. For example, to set the path:
```
steps:
- run: echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
```
- run: echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
```

0 comments on commit af82147

Please sign in to comment.