Skip to content

Commit 762bdf3

Browse files
authored
Update update-submodules.yaml
1 parent 3cda250 commit 762bdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-submodules.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --global user.email "[email protected]"
2626
2727
git checkout -b feat/${{ github.sha }}
28-
git submodule update --recursive --remote --merge
28+
git submodule update --recursive --remote --force
2929
3030
git add .
3131
git diff --quiet && echo "No changes" && exit 0

0 commit comments

Comments
 (0)