Skip to content

Commit 0638813

Browse files
committed
Update GitHub Actions
1 parent 650a409 commit 0638813

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wiki.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
- name: Git Submodule Update
5050
run: |
5151
git pull --recurse-submodules
52-
git submodule update --remote --recursive
52+
git submodule update --init --recursive
53+
git submodule update --recursive --remote
5354
5455
- name: Commit update
5556
run: |

0 commit comments

Comments
 (0)