From 6839a7ef8a55595b98a7a3d3fe9ba8eb6c0ed66c Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 28 Aug 2021 13:30:39 +0200 Subject: [PATCH] reduce checkout time for trigger.txt --- .github/workflows/Tasmota_build_development.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_development.yml b/.github/workflows/Tasmota_build_development.yml index 256ebfb72..bed9c00a2 100644 --- a/.github/workflows/Tasmota_build_development.yml +++ b/.github/workflows/Tasmota_build_development.yml @@ -1362,6 +1362,6 @@ jobs: with: source_file: 'trigger.txt' destination_repo: 'Jason2866/Tasmota-specials' - destination_branch: 'special_builder' + destination_branch: 'start_build' user_email: 'github-actions@github.com' user_name: 'github-actions'