Skip to content

Commit

Permalink
ci(.github/workflows/worker.yml): quote message flag of wrangler
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 committed Jan 11, 2025
1 parent bd54b0c commit fc896ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
workingDirectory: worker
command: >-
versions upload --tag ${{ steps.commit.outputs.sha }}
--message ${{ steps.commit.outputs.message }}
--message "${{ steps.commit.outputs.message }}"
${{ steps.wrangler-args.outputs.args }}
apiToken: ${{ secrets.CLOUDFLARE_WORKERS_API_TOKEN }}
accountId: ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
Expand Down

0 comments on commit fc896ee

Please sign in to comment.