From 2c8f9f86312a8324d75538433d2e018afe2f63be Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 22 May 2023 17:00:20 +0200 Subject: [PATCH] action moved --- .github/workflows/Tasmota_build_devel.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 2a63f2829..18ffa8f5c 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -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"}'