ci(submodules): add init
All checks were successful
build / build (push) Successful in 1m48s
build / trigger-build-image (push) Successful in 8s
submodules sync / sync (push) Successful in 33s

This commit is contained in:
张泊明518370910136 2024-10-08 16:48:21 -04:00
parent 83c2644a0a
commit d79d9ae4bd
GPG Key ID: D47306D7062CDA9D

View File

@ -23,6 +23,8 @@ jobs:
chown -R root:root /root/.ssh
- name: Git Submodule Update
run: |
git submodule init
git submodule update --init --recursive
git pull --recurse-submodules
git submodule update --remote --recursive
- name: Commit update