Skip to content

Commit

Permalink
gh-actions: fix mistype in deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 12, 2024
1 parent 51fe169 commit eedb4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit eedb4b5

Please sign in to comment.