ci(submodule): sync submodule #50

Merged
张泊明518370910136 merged 7 commits from submodule into master 2024-10-09 05:33:07 +08:00
Showing only changes of commit 32ff1059ab - Show all commits

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"