Compare commits

...

2 Commits

Author SHA1 Message Date
5f576e2b0f
ci(submodule): specify shell
All checks were successful
build / build (push) Successful in 1m55s
submodules sync / sync (push) Successful in 32s
build / build (pull_request) Successful in 2m3s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped
2024-10-08 17:20:21 -04:00
bd003dfcf6
ci(submodule): only commit on diff 2024-10-08 17:19:35 -04:00

View File

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