action moved

This commit is contained in:
Jason2866 2023-05-22 17:00:20 +02:00 committed by GitHub
parent 44b33281b6
commit 2c8f9f8631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -247,9 +247,3 @@ jobs:
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.API_TOKEN_GITHUB }} \
--data '{"ref": "main"}'
- name: Dispatch workflow in arendst/Tasmota-firmware Part2 # Needed until complete refactoring is done
run: |
curl -X POST https://api.github.com/repos/arendst/Tasmota-firmware/actions/workflows/copy_development_firmware.yml/dispatches \
-H 'Accept: application/vnd.github.everest-preview+json' \
-u ${{ secrets.API_TOKEN_GITHUB }} \
--data '{"ref": "action-development"}'