File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
34
34
github_token : ${{ secrets.GITHUB_TOKEN }}
35
35
publish_dir : ./dist
36
36
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
You can’t perform that action at this time.
0 commit comments