.gitea/workflows/release.yml aktualisiert

This commit is contained in:
2026-03-02 14:04:18 +01:00
parent 80b39f8326
commit b5ba3c46dc

View File

@@ -218,17 +218,7 @@ jobs:
--arg plugin "${{ steps.cfg.outputs.name }}" \
--arg channel "${{ steps.info.outputs.channel }}" \
--arg xml "$XML_BLOCK" \
'{
type: $type,
payload: {
plugin: $plugin,
channel: $channel,
xml_block: $xml
}
}')
echo "Dispatch JSON:"
echo "$JSON"
'{type:$type,payload:{plugin:$plugin,channel:$channel,xml_block:$xml}}')
curl -s -X POST \
-H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" \