ci: submodules sync
This commit is contained in:
parent
3355683609
commit
b59374ba63
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user