From 831db57133f46e615614fc0ec86696bb2c77abab Mon Sep 17 00:00:00 2001 From: Huse Kivrak Date: Tue, 5 Nov 2024 12:52:21 -0500 Subject: [PATCH] debugging redirect error --- .github/workflows/cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 5751326..d9484fc 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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