start remote workflow with branch main

This commit is contained in:
Jason2866 2023-05-22 13:22:15 +02:00 committed by GitHub
parent 277261ff8f
commit fd7b18a11f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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