forgeo-ci: pull submodules recursively
All checks were successful
/ preview (pull_request) Successful in 35s
All checks were successful
/ preview (pull_request) Successful in 35s
This commit is contained in:
parent
e3ee06c23e
commit
aaacc84d1a
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ jobs:
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
submodules: recursive
|
||||||
token: ${{ secrets.PAGES_TOKEN }}
|
token: ${{ secrets.PAGES_TOKEN }}
|
||||||
- name: Public repo pull
|
- name: Public repo pull
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: https://github.com/actions/checkout@v4
|
||||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
submodules: recursive
|
||||||
token: ${{ secrets.PAGES_TOKEN }}
|
token: ${{ secrets.PAGES_TOKEN }}
|
||||||
- name: Public repo pull
|
- name: Public repo pull
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue