Skip to content

Commit 85ff3c3

Browse files
committed
Re-init submodule
1 parent 63fbc49 commit 85ff3c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-subtree.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ jobs:
185185
-c user.name=gitbot -c user.email=git@bot \
186186
merge -Xsubtree=library subtree/library; then
187187
echo "MERGE_CONFLICTS=yes" >> $GITHUB_ENV
188+
git submodule update --init
188189
git submodule foreach 'grep $sm_path $toplevel/../submodule-heads | cut -f1 -d" " | xargs git checkout'
189190
git -c user.name=gitbot -c user.email=git@bot commit -a -m "Merge from $NEXT_COMMIT_HASH with conflicts"
190191
else

0 commit comments

Comments
 (0)