Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-09 22:59:00 -05:00 committed by GitHub
parent edadd20212
commit 3929214925
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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