Skip to content

Commit

Permalink
Enable checkout treeless partial clone
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfool committed Oct 21, 2023
1 parent 32e4fc9 commit 2d4dc6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Show contexts
uses: actions/github-script@v6.4.1
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Show contexts
uses: actions/github-script@v6.4.1
Expand Down Expand Up @@ -107,8 +107,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Show contexts
uses: actions/github-script@v6.4.1
Expand Down Expand Up @@ -150,8 +150,8 @@ jobs:
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0
filter: tree:0
show-progress: false
submodules: recursive

- name: Show contexts
uses: actions/github-script@v6.4.1
Expand Down

0 comments on commit 2d4dc6c

Please sign in to comment.