From b5ba3c46dcf2ccb6878c85e575455343ce473227 Mon Sep 17 00:00:00 2001 From: Michael Otto <22ottomi@noreply.localhost> Date: Mon, 2 Mar 2026 14:04:18 +0100 Subject: [PATCH] .gitea/workflows/release.yml aktualisiert --- .gitea/workflows/release.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index a0c2fbf..3d882c1 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -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 }}" \