diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d6624b6b..4dfb33d1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,9 +23,9 @@ jobs: run: | $text = scripts/make-configuration.ps1 -Dump Write-Output "## Configuration" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append - Write-Output "```json" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append + Write-Output '```json' | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append Write-Output $text | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append - Write-Output "```" | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append + Write-Output '```' | Out-File -FilePath $env:GITHUB_STEP_SUMMARY -Append shell: pwsh - name: "Run gh(release)"