Skip to content

Commit bd91157

Browse files
committed
fix: comment out Sync step in GitHub Actions workflow
1 parent 7faa91e commit bd91157

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/sync.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
3535
publish_dir: ./dist
3636

37-
- name: Sync
38-
run: |
39-
curl -X POST \
40-
-H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36" \
41-
-H "Cookie: _tlogin=${{ secrets.SYNC_TOKEN }}" \
42-
--fail \
43-
--show-error \
44-
https://api.travellings.cn/syncUpdate/mlist
37+
# - name: Sync
38+
# run: |
39+
# curl -X POST \
40+
# -H "User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36" \
41+
# -H "Cookie: _tlogin=${{ secrets.SYNC_TOKEN }}" \
42+
# --fail \
43+
# --show-error \
44+
# https://api.travellings.cn/syncUpdate/mlist

0 commit comments

Comments
 (0)