Update trigger-skeletons.yml

This commit is contained in:
Djamil Legato 2021-02-24 15:26:01 -08:00 committed by GitHub
parent 04567817b2
commit a938a3a350
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,12 @@ jobs:
VERSION=$(echo "$SKELETON" | jq -cr '.[]')
URL="https://api.github.com/repos/${KEY}/actions/workflows/${WORKFLOW}/dispatches"
curl -XPOST -u "${AUTH}" \
echo $KEY - $VERSION - $URL
curl -X POST \
-u "${AUTH}" \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" ${URL} \
-H "Content-Type: application/json" \
${URL} \
--data '{ "ref": "master",
"inputs": {
"tag": "'"$VERSION"'"",