ci: fix curl data quoting

This commit is contained in:
41666 2021-01-12 23:18:12 -05:00
parent 59bb223049
commit bb82ce519b

View file

@ -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 }}