Skip to content

Commit 1eea962

Browse files
committed
update actions
1 parent 5a8a3f0 commit 1eea962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Update all submodules to latest commit
1818
run: |
1919
git submodule update --init --recursive
20-
git submodule update --remote --merge
20+
git submodule update --remote --merge --force
2121
2222
- name: Commit and push changes
2323
run: |

0 commit comments

Comments
 (0)