We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98b2d1 commit cb273d8Copy full SHA for cb273d8
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
run: |
19
- git submodule update --remote --merge
+ git submodule update --init --recursive
20
git config --global user.name "GitHub Action"
21
git config --global user.email "[email protected]"
22
git commit -am "update submodules"
0 commit comments