Skip to content

Commit 745733f

Browse files
committed
[skip ci]
1 parent 7f4d12e commit 745733f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-submodules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Commit submodule changes
4242
if: steps.check_submodule_update.outputs.needs_update == 'true'
4343
run: |
44-
git add .
44+
git submodule update --init --remote
4545
git status
4646
git commit -m "Update submodules to latest commits"
4747
git push origin update-submodules-branch --force || true

0 commit comments

Comments
 (0)