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 31cf395 commit 5473b38Copy full SHA for 5473b38
.github/workflows/update-subtree.yml
@@ -197,6 +197,8 @@ jobs:
197
set -vx
198
cat ../submodule-heads
199
git submodule status
200
+ git submodule update --init
201
+ git submodule status
202
git submodule foreach 'grep $sm_path $toplevel/../submodule-heads | cut -f1 -d" " | xargs git checkout'
203
204
git -c user.name=gitbot -c user.email=git@bot \
0 commit comments