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 d20aafd commit 2dc127dCopy full SHA for 2dc127d
.github/workflows/1-fetch.yml
@@ -50,9 +50,14 @@ jobs:
50
- name: Set PYTHONPATH
51
run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
52
53
- - name: Run fetch script
+ # - name: Fetch from Google Custom Search (GCS)
54
+ # run: |
55
+ # ./scripts/1-fetch/gcs_fetch.py \
56
+ # --limit=100 --enable-save --enable-git
57
+
58
+ - name: Fetch from GitHub
59
run: |
- ./scripts/1-fetch/gcs_fetch.py \
- --limit=100 --enable-save --enable-git
60
./scripts/1-fetch/github_fetch.py \
61
--enable-save --enable-git
62
+ env:
63
+ GIT_PYTHON_TRACE: full
0 commit comments