Skip to content

Commit cb273d8

Browse files
authored
Update main.yml
1 parent b98b2d1 commit cb273d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
run: |
19-
git submodule update --remote --merge
19+
git submodule update --init --recursive
2020
git config --global user.name "GitHub Action"
2121
git config --global user.email "[email protected]"
2222
git commit -am "update submodules"

0 commit comments

Comments
 (0)