mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-15 09:58:45 -07:00
chore: fix cedc0623f7
This commit is contained in:
parent
cedc0623f7
commit
28650daf83
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@ -104,12 +104,12 @@ jobs:
|
|||||||
TAG=${GITHUB_REF#refs/*/}
|
TAG=${GITHUB_REF#refs/*/}
|
||||||
echo "Triggering with tag '$TAG'"
|
echo "Triggering with tag '$TAG'"
|
||||||
curl -L \
|
curl -L \
|
||||||
-X POST \
|
-X POST \
|
||||||
-H "Accept: application/vnd.github+json" \
|
-H "Accept: application/vnd.github+json" \
|
||||||
-H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" \
|
-H "Authorization: Bearer ${{ secrets.GH_TOKEN }}" \
|
||||||
-H "X-GitHub-Api-Version: 2022-11-28" \
|
-H "X-GitHub-Api-Version: 2022-11-28" \
|
||||||
https://api.github.com/repos/Koenkk/zigbee2mqtt-chart/actions/workflows/on_zigbee2mqtt_release.yaml/dispatches \
|
https://api.github.com/repos/Koenkk/zigbee2mqtt-chart/actions/workflows/on_zigbee2mqtt_release.yaml/dispatches \
|
||||||
-d '{"ref":"main","inputs":{"zigbee2mqtt_version":"${{ TAG }}" }}'
|
--data "{\"ref\": \"main\", \"inputs\": { \"zigbee2mqtt_version\": \"$TAG\"}}"
|
||||||
- name: 'release: merge dev -> master and promote dev'
|
- name: 'release: merge dev -> master and promote dev'
|
||||||
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
|
if: startsWith(github.ref, 'refs/tags/') && github.event_name == 'push'
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user