1
0
mirror of synced 2025-12-21 10:57:10 -05:00

Update workflow-commands-for-github-actions.md (#27663)

This commit is contained in:
OmegaMetor
2023-08-22 09:43:28 -05:00
committed by GitHub
parent 303515e520
commit d9a38ffc7b

View File

@@ -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 %}