mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
ci: fix curl data quoting
This commit is contained in:
parent
59bb223049
commit
bb82ce519b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -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