Skip to content

Commit 2dc127d

Browse files
committed
troubleshoot GitHub Actions
1 parent d20aafd commit 2dc127d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/1-fetch.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,14 @@ jobs:
5050
- name: Set PYTHONPATH
5151
run: echo "PYTHONPATH=./scripts" >> $GITHUB_ENV
5252

53-
- name: Run fetch script
53+
# - 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
5459
run: |
55-
./scripts/1-fetch/gcs_fetch.py \
56-
--limit=100 --enable-save --enable-git
5760
./scripts/1-fetch/github_fetch.py \
5861
--enable-save --enable-git
62+
env:
63+
GIT_PYTHON_TRACE: full

0 commit comments

Comments
 (0)