forgeo-ci: pull submodules recursively
All checks were successful
/ preview (pull_request) Successful in 35s

This commit is contained in:
Antoine Martin 2024-09-10 09:57:41 -04:00
parent e3ee06c23e
commit aaacc84d1a
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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