We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb9d97 commit e556e49Copy full SHA for e556e49
.github/workflows/debug.yml
@@ -24,9 +24,9 @@ jobs:
24
uses: actions/checkout@v4
25
with:
26
fetch-depth: 0
27
- # sparse-checkout: |
28
- # data/${{ steps.setup.outputs.quarter }}/1-fetch
29
- # scripts/1-fetch
+ sparse-checkout: |
+ data/${{ steps.setup.outputs.quarter }}
+ scripts/1-fetch
30
token: ${{ secrets.BOT_TOKEN }}
31
32
- name: Configure git
@@ -49,7 +49,7 @@ jobs:
49
- name: Fetch from Google Custom Search (GCS)
50
run: |
51
./scripts/1-fetch/gcs_fetch.py \
52
- --limit=100 --enable-save --enable-git --dev
+ --limit=10 --enable-save --enable-git --dev
53
env:
54
GCS_DEVELOPER_KEY: ${{ secrets.GCS_DEVELOPER_KEY }}
55
GCS_CX: ${{ secrets.GCS_CX }}
0 commit comments