ci: submodules sync
All checks were successful
build / build (push) Successful in 1m57s
submodules sync / sync (push) Successful in 9s
build / trigger-build-image (push) Successful in 6s

This commit is contained in:
张泊明518370910136 2024-10-08 16:32:38 -04:00
parent 3355683609
commit b59374ba63
GPG Key ID: D47306D7062CDA9D

View File

@ -1,5 +1,5 @@
---
name: Submodules Sync
name: submodules sync
on:
push:
branches:
@ -14,6 +14,8 @@ jobs:
steps:
- name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs
with:
fetch-depth: 0
- name: Git Submodule Update
run: |
git pull --recurse-submodules