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 b302909 commit d8c076dCopy full SHA for d8c076d
.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 ${branch}
+ git checkout origin/${branch}
90
cd "${start_dir}"
91
done
92
git submodule update --remote --merge
0 commit comments