mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Update trigger-skeletons.yml
This commit is contained in:
parent
04567817b2
commit
a938a3a350
7
.github/workflows/trigger-skeletons.yml
vendored
7
.github/workflows/trigger-skeletons.yml
vendored
|
|
@ -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"'"",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user