Update workflow-commands-for-github-actions.md (#27663)
This commit is contained in:
@@ -902,7 +902,7 @@ echo "{name}={value}" >> "$GITHUB_OUTPUT"
|
||||
{% powershell %}
|
||||
|
||||
```pwsh copy
|
||||
"{name}=value" | Out-File -FilePath $env:GITHUB_OUTPUT- Append
|
||||
"{name}=value" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
|
||||
```
|
||||
|
||||
{% endpowershell %}
|
||||
|
||||
Reference in New Issue
Block a user