Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-09 23:53:26 -05:00 committed by GitHub
parent 3929214925
commit 69b6352907
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,8 +18,7 @@ jobs:
- name: Update submodules - name: Update submodules
run: | run: |
git submodule update --init --recursive git submodule update --init --recursive --remote
git submodule foreach 'git fetch origin; git checkout origin/main'
git add . git add .
git commit -m "updated submodules" git commit -m "updated submodules"
git push origin git push origin