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