ci: more steps in submodule
Some checks failed
submodules sync / sync (push) Failing after 30s
build / build (push) Successful in 1m2s
build / trigger-build-image (push) Failing after 5s

This commit is contained in:
张泊明518370910136 2024-10-18 21:53:28 -04:00
parent 7fbc46afc9
commit 1a33e08c50
GPG Key ID: D47306D7062CDA9D
2 changed files with 8 additions and 2 deletions

View File

@ -30,5 +30,11 @@ jobs:
- name: Commit update
shell: bash
run: |
git diff-index --quiet HEAD || git commit -am "chore: update submodule references"
git fetch --all
git checkout master
git reset --hard origin/master
git status
git add .
git status
git diff-index --quiet HEAD || git commit -m "chore: update submodule references"
git push

@ -1 +1 @@
Subproject commit ca21e3ef7980339e433c6531d8e2aae9678eff2d
Subproject commit 06cf2097dbeaeb3cfd93f4a1cca24a2d8d703039