forked from AG_QGIS/Plugin_Test_Action
.gitea/workflows/release.yml aktualisiert
This commit is contained in:
@@ -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 }}" \
|
||||
|
||||
Reference in New Issue
Block a user