This commit is contained in:
@@ -117,6 +117,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
NAME="${GITHUB_REPOSITORY##*/}"
|
NAME="${GITHUB_REPOSITORY##*/}"
|
||||||
TAG="${{ steps.releaseinfo.outputs.version }}"-"${{ steps.releaseinfo.outputs.channel }}"
|
TAG="${{ steps.releaseinfo.outputs.version }}"-"${{ steps.releaseinfo.outputs.channel }}"
|
||||||
|
PAYLOAD_B64=$(base64 -w0 repo/payload.json)
|
||||||
|
|
||||||
|
|
||||||
JSON="{\"ref\":\"hidden/workflows\",\"inputs\":{\"payload\":\"$PAYLOAD_B64\",\"name\":\"$NAME\",\"tag\":\"$TAG\"}}"
|
JSON="{\"ref\":\"hidden/workflows\",\"inputs\":{\"payload\":\"$PAYLOAD_B64\",\"name\":\"$NAME\",\"tag\":\"$TAG\"}}"
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
@@ -128,4 +130,4 @@ jobs:
|
|||||||
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
OWNER: "AG_QGIS"
|
OWNER: "AG_QGIS"
|
||||||
WORKFLOW: "release.yaml"
|
WORKFLOW: "release.yaml"
|
||||||
PAYLOAD_B64: $(base64 -w0 repo/payload.json)
|
|
||||||
Reference in New Issue
Block a user