Skip to content

Commit e556e49

Browse files
committed
update debug workflow
1 parent 2cb9d97 commit e556e49

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/debug.yml

Lines changed: 4 additions & 4 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 }}
29+
scripts/1-fetch
3030
token: ${{ secrets.BOT_TOKEN }}
3131

3232
- name: Configure git
@@ -49,7 +49,7 @@ jobs:
4949
- name: Fetch from Google Custom Search (GCS)
5050
run: |
5151
./scripts/1-fetch/gcs_fetch.py \
52-
--limit=100 --enable-save --enable-git --dev
52+
--limit=10 --enable-save --enable-git --dev
5353
env:
5454
GCS_DEVELOPER_KEY: ${{ secrets.GCS_DEVELOPER_KEY }}
5555
GCS_CX: ${{ secrets.GCS_CX }}

0 commit comments

Comments
 (0)