Skip to content

Commit

Permalink
chore: Try to escape the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 29, 2024
1 parent 5015ea2 commit 24897b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-against-nextjs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
- name: Invalidate ISR cache for GitHub Actions status on landing page
run: curl -s https://nuqs.47ng.com/api/isr?tag=github-actions-status&token=${{ secrets.ISR_TOKEN }}
run: curl -s "https://nuqs.47ng.com/api/isr?tag=github-actions-status&token=${{ secrets.ISR_TOKEN }}"
if: always()

0 comments on commit 24897b3

Please sign in to comment.