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