From fd7b18a11ff7f39812d26285afc0b036b25e0e7f Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 22 May 2023 13:22:15 +0200 Subject: [PATCH] start remote workflow with branch main --- .github/workflows/Tasmota_build_devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 244e994b8..e70ea9e2b 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -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"}'