Create branch

This commit is contained in:
Andrey 2024-05-30 18:38:44 -04:00
parent 8706c3e69e
commit 53aa8feffa
1 changed files with 5 additions and 0 deletions

View File

@ -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)}}