Skip to content

Commit

Permalink
build: add recursive checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
MondoGao committed Sep 17, 2024
1 parent ab8990b commit 123287a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto_lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
uses: actions/checkout@v4
with:
path: alist
submodules: recursive

- name: Checkout alist-web
uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/beta_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Create or update ref
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Setup Go
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive

- uses: benjlevesque/short-sha@v3.0
id: short-sha
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive

- name: Install dependencies
run: |
Expand Down

0 comments on commit 123287a

Please sign in to comment.