diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index a35d9fc..6a8a92a 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -17,7 +17,7 @@ jobs: - name: Git submodule update run: | - git submodule update --recursive --remote --init + git submodule update --remote --init - name: Commit run: |