Skip to content

Commit b58d9ab

Browse files
committed
update debug workflow
1 parent 9139e82 commit b58d9ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/debug.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v4
1717
with:
18+
fetch-depth: 0
19+
sparse-checkout: |
20+
data
21+
scripts
1822
token: ${{ secrets.BOT_TOKEN }}
1923

2024
- name: Show and tell

0 commit comments

Comments
 (0)