Compare commits

..

No commits in common. "5f576e2b0f85f8d59ad1cb2ba75ae22be80de5e7" and "2f10167b880f74ef0d7b5b8286006cbdad06d73b" have entirely different histories.

View File

@ -28,11 +28,10 @@ jobs:
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Commit update
shell: bash
run: |
git status
git submodule status
git diff-index --quiet HEAD || git commit -am "chore: update submodule references"
git commit -am "chore: update submodule references"
git status
git submodule status
git push