mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: re-fix discord data quoting
This commit is contained in:
parent
e4f7b4dd97
commit
46769cce55
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -214,7 +214,7 @@ jobs:
|
||||||
]
|
]
|
||||||
}'
|
}'
|
||||||
|
|
||||||
curl -X POST -H "content-type: application/json" --data $DATA ${{ secrets.DEPLOYMENT_WEBHOOK_URL }}
|
curl -X POST -H "content-type: application/json" --data "$DATA" ${{ secrets.DEPLOYMENT_WEBHOOK_URL }}
|
||||||
|
|
||||||
- name: Yell Failure at Discord
|
- name: Yell Failure at Discord
|
||||||
if: failure()
|
if: failure()
|
||||||
|
@ -237,4 +237,4 @@ jobs:
|
||||||
]
|
]
|
||||||
}'
|
}'
|
||||||
|
|
||||||
curl -X POST -H "content-type: application/json" --data '$DATA' ${{ secrets.DEPLOYMENT_WEBHOOK_URL }}
|
curl -X POST -H "content-type: application/json" --data "$DATA" ${{ secrets.DEPLOYMENT_WEBHOOK_URL }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue