From 53aa8feffae65f53e730266d3d98a31747a00f56 Mon Sep 17 00:00:00 2001 From: Andrey Date: Thu, 30 May 2024 18:38:44 -0400 Subject: [PATCH] Create branch --- .github/workflows/create-branch.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/create-branch.yaml b/.github/workflows/create-branch.yaml index 1e3253b..6f9d40e 100644 --- a/.github/workflows/create-branch.yaml +++ b/.github/workflows/create-branch.yaml @@ -38,3 +38,8 @@ jobs: echo "${{toJSON(inputs.branch_name)}}: branch not found" exit 1 fi + + - name: Fetch remote branches of submodule + run: | + bash ext/devops-sandbox-rusefi/misc/git_scripts/git_switch_submodule_branch.sh ext/devops-sandbox-rusefi ${{toJSON(inputs.branch_name)}} +