Skip to content

Commit

Permalink
fix(ci): report success with sync failed
Browse files Browse the repository at this point in the history
  • Loading branch information
BLxcwg666 committed Jan 14, 2025
1 parent 94c4af2 commit 5e4696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
publish_dir: ./dist

- name: Sync
run: curl https://updates.travellings.cn/update?token=${{ secrets.SYNC_TOKEN }}
run: curl --fail --silent --show-error "https://updates.travellings.cn/update?token=${{ secrets.SYNC_TOKEN }}"

0 comments on commit 5e4696c

Please sign in to comment.