.gitea/workflows/release.yml aktualisiert
Some checks failed
Release Plugin / release (push) Failing after 5s
Some checks failed
Release Plugin / release (push) Failing after 5s
This commit is contained in:
@@ -207,4 +207,19 @@ jobs:
|
||||
echo "block<<EOF"
|
||||
echo "$BLOCK"
|
||||
echo "EOF"
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
} >> "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Dispatch to Repository
|
||||
run: |
|
||||
curl -s -X POST \
|
||||
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
"https://${{ vars.RELEASE_URL }}/api/v1/repos/${{ github.repository_owner }}/Repository/dispatches" \
|
||||
-d "{
|
||||
\"type\": \"plugin-released\",
|
||||
\"payload\": {
|
||||
\"plugin\": \"${{ steps.cfg.outputs.name }}\",
|
||||
\"channel\": \"${{ steps.info.outputs.channel }}\",
|
||||
\"xml_block\": \"${{ steps.xmlblock.outputs.block }}\"
|
||||
}
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user