We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c076d commit b6d99eaCopy full SHA for b6d99ea
.github/workflows/update_submodules.yml
@@ -86,7 +86,7 @@ jobs:
86
echo -e "\nswitching submodule ${path} to ${branch}"
87
cd "${path}" || exit
88
git fetch --all
89
- git checkout origin/${branch}
+ git switch ${branch}
90
cd "${start_dir}"
91
done
92
git submodule update --remote --merge
0 commit comments