From 478b378d7d64bfb187211ecb9bb9eaaa39b24507 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Wed, 24 May 2023 19:43:53 +0200 Subject: [PATCH] Trigger workflow is now "gh_actions" --- .github/workflows/Tasmota_build_master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index a4749a6ac..545d32028 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -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"}'