Skip to content

Commit

Permalink
escape quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonhirsch committed Jul 31, 2023
1 parent d15faf0 commit c3f0462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
# .env content after a deploy
SHOPIFY_API_KEY: 3dab3303f5789587b2f870f9149d904c
COMMIT_URL: ${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}
run: npm run deploy -- -f --source-control-url "$COMMIT_URL"
run: npm run deploy -- -f --source-control-url \"$COMMIT_URL\"

0 comments on commit c3f0462

Please sign in to comment.