Skip to content

Commit

Permalink
feat: sync curl follow redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Sep 25, 2023
1 parent e8af428 commit eff966e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
TOKEN: ${{ secrets.SYNC_TOKEN }}
run: |
curl --header "Content-Type: application/json" \
curl -L --header "Content-Type: application/json" \
--request POST \
--data '{"token":"$TOKEN"}' \
https://pattern-analyzer.app/api/sync
https://www.pattern-analyzer.app/api/sync

1 comment on commit eff966e

@vercel
Copy link

@vercel vercel bot commented on eff966e Sep 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.