build: initialize submodule when updating

This commit is contained in:
oSumAtrIX 2022-11-16 13:01:21 +01:00 committed by GitHub
parent 3f13acc6da
commit 88f75e1a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3
- name: Update submodule
run: git submodule update --recursive --remote repositories/${{ github.event.client_payload.repo }}
run: git submodule update --init --recursive --remote repositories/${{ github.event.client_payload.repo }}
- name: Commit changes
uses: EndBug/add-and-commit@v9
with: