ci: fix typo
All checks were successful
submodules sync / sync (push) Successful in 38s
build / build (push) Successful in 1m34s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2025-09-27 01:41:10 -07:00
parent 13408fdd73
commit e24fea65a0
GPG Key ID: D47306D7062CDA9D

View File

@ -35,5 +35,5 @@ jobs:
shell: bash
run: |
git add .
git diff-index --quiet HEAD || git commit -m "chore: update submodule references [skip-ci]"
git diff-index --quiet HEAD || git commit -m "chore: update submodule references [skip ci]"
git push