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 4105922923 - Show all commits

View File

@ -3,7 +3,7 @@ name: submodules sync
on:
push:
branches:
- submodule
- master
jobs:
sync:
@ -30,9 +30,5 @@ jobs:
- name: Commit update
shell: bash
run: |
git status
git submodule status
git diff-index --quiet HEAD || git commit -am "chore: update submodule references"
git status
git submodule status
git push