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

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