Skip to content

Commit

Permalink
escape quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
John Ottenlips authored and John Ottenlips committed Jan 18, 2024
1 parent 74989da commit 757b144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
bun-version: latest
- run: |
curl -X POST -H "x-vestaboard-api-key: $VB_SUB_KEY" -H "x-vestaboard-api-secret: $VB_SUB_SECRET" -d '{"text": "{64}New Wodaboard Deployment{64}"}' https://subscriptions.vestaboard.com/subscriptions/$VB_SUB_ID/message
curl -X POST -H "x-vestaboard-api-key: $VB_SUB_KEY" -H "x-vestaboard-api-secret: $VB_SUB_SECRET" -d "{\"text\": \"New Wodaboard Deployment!\"}" https://subscriptions.vestaboard.com/subscriptions/$VB_SUB_ID/message
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VB_SUB_ID: ${{ secrets.VB_SUB_ID }}
Expand Down

0 comments on commit 757b144

Please sign in to comment.