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

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: