Skip to content

Commit 0426d4c

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/debug.yml

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

0 commit comments

Comments
 (0)