diff --git a/content/actions/using-workflows/workflow-commands-for-github-actions.md b/content/actions/using-workflows/workflow-commands-for-github-actions.md index 1945317b07..ee8ca4e662 100644 --- a/content/actions/using-workflows/workflow-commands-for-github-actions.md +++ b/content/actions/using-workflows/workflow-commands-for-github-actions.md @@ -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 %}