From 542294f3c86da588fccc128451c4e0d5eaae3da6 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Thu, 18 May 2023 15:06:51 +0200 Subject: [PATCH] create branch when not exists --- .github/workflows/Tasmota_build_devel.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index bc3073d8f..7e9da25ae 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -302,6 +302,7 @@ jobs: with: source_file: 'firmware' destination_repo: 'arendst/tmp_copy' + destination_branch_create: 'firmware' destination_branch: 'firmware' user_email: 'github-actions@github.com' user_name: 'github-actions'