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 5e4696c commit 0e81770Copy full SHA for 0e81770
.github/workflows/sync.yml
@@ -35,4 +35,10 @@ jobs:
35
publish_dir: ./dist
36
37
- name: Sync
38
- run: curl --fail --silent --show-error "https://updates.travellings.cn/update?token=${{ secrets.SYNC_TOKEN }}"
+ 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