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 3bfc90c commit b302909Copy full SHA for b302909
.github/workflows/update_submodules.yml
@@ -85,6 +85,7 @@ jobs:
85
branch=$(git config --get --file .gitmodules submodule.${path}.branch)
86
echo -e "\nswitching submodule ${path} to ${branch}"
87
cd "${path}" || exit
88
+ git fetch --all
89
git checkout ${branch}
90
cd "${start_dir}"
91
done
0 commit comments