ci(submodule): show status
All checks were successful
build / build (push) Successful in 2m4s
submodules sync / sync (push) Successful in 30s
build / build (pull_request) Successful in 1m47s
build / trigger-build-image (push) Has been skipped
build / trigger-build-image (pull_request) Has been skipped

This commit is contained in:
张泊明518370910136 2024-10-08 17:01:54 -04:00
parent 18ac7ed80c
commit 32ff1059ab
GPG Key ID: D47306D7062CDA9D

View File

@ -29,4 +29,9 @@ jobs:
git submodule update --remote --recursive
- name: Commit update
run: |
git commit -am "chore: update submodule references" && git push || echo "No changes to commit"
git status
git submodule status
git commit -am "chore: update submodule references"
git status
git submodule status
git push || echo "No changes to commit"