Skip to content

Commit

Permalink
fix:Add trailing quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jan 22, 2025
1 parent 2e0cc20 commit 36c82f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -921,9 +921,9 @@ jobs:
fi
if [[ "${{ inputs.release-debs }}" == "true" ]]; then
gecho " deb:
gecho " signature:
gecho " key_file: .secrets/deb_gpg_private_key_file
gecho " deb:"
gecho " signature:"
gecho " key_file: .secrets/deb_gpg_private_key_file"
fi
gecho " description: |-"
Expand Down

0 comments on commit 36c82f8

Please sign in to comment.