Update update-submodules.yml

This commit is contained in:
arichorn 2023-07-10 15:42:49 -05:00 committed by GitHub
parent efd9fe5ecf
commit 0960010131
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ jobs:
- name: Update submodules
run: |
git add .gitmodules
git submodule update --init --recursive --remote --merge --force
git add .
git commit -m "updated submodules"