Skip to content

Commit

Permalink
debugging redirect error
Browse files Browse the repository at this point in the history
  • Loading branch information
huseKivrak committed Nov 5, 2024
1 parent fa57c43 commit 831db57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
CRON_ACTION_SECRET: ${{ secrets.CRON_ACTION_SECRET }}
ELEVENLABS_API_KEY: ${{ secrets.ELEVENLABS_API_KEY }}
run: |
RESPONSE=$(curl -s -o /dev/null -w "%{http_code}" -H "Authorization: Bearer $CRON_ACTION_SECRET" \
RESPONSE=$(curl -s -L -o /dev/null -w "%{http_code}" -H "Authorization: Bearer $CRON_ACTION_SECRET" \
-X GET "https://npspeak.com/api/cron")
if [ "$RESPONSE" -ne 200 ]; then
Expand Down

0 comments on commit 831db57

Please sign in to comment.