Skip to content

Commit e6dd48b

Browse files
committed
update debug workflow
1 parent 0426d4c commit e6dd48b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/debug.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v4
2525
with:
26-
fetch-depth: 0
27-
#data/${{ steps.setup.outputs.quarter }}
28-
sparse-checkout: |
29-
data
30-
scripts/1-fetch
26+
fetch-depth: 10
27+
# sparse-checkout: |
28+
# #data/${{ steps.setup.outputs.quarter }}/1-fetch
29+
# scripts/1-fetch
3130
token: ${{ secrets.BOT_TOKEN }}
3231

3332
- name: Configure git

0 commit comments

Comments
 (0)