mirror of
https://github.com/NoCrypt/migu.git
synced 2026-03-11 17:45:32 +00:00
feat: checkout submodule
This commit is contained in:
parent
7ba2b2591f
commit
9be05949fc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -21,7 +21,10 @@ jobs:
|
|||
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
with:
|
||||
submodules: 'true'
|
||||
token: ${{ secrets.MIRU_SUBMODULES_PAT }}
|
||||
|
||||
- name: Setup PNPM
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue