Skip to content

Commit ded7cec

Browse files
committed
update debug workflow
1 parent 8779d7f commit ded7cec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
27-
sparse-checkout: |
28-
data/${{ steps.setup.outputs.quarter }}/1-fetch
29-
scripts/1-fetch
27+
# sparse-checkout: |
28+
# data/${{ steps.setup.outputs.quarter }}/1-fetch
29+
# scripts/1-fetch
3030
token: ${{ secrets.BOT_TOKEN }}
3131

3232
- name: Configure git

0 commit comments

Comments
 (0)