Trigger workflow is now "gh_actions"

This commit is contained in:
Jason2866 2023-05-24 19:43:53 +02:00 committed by GitHub
parent ce136309eb
commit 478b378d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,4 +272,4 @@ jobs:
curl -X POST https://api.github.com/repos/arendst/Tasmota-firmware/actions/workflows/fetch_deploy.yml/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.API_TOKEN_GITHUB }} \
--data '{"ref": "main"}'
--data '{"ref": "gh_actions"}'