Skip to content

Commit

Permalink
chore: force https onto preview URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ndom91 committed May 4, 2024
1 parent ac5649b commit c2483b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yml
Expand Up @@ -27,4 +27,4 @@ jobs:
id: broken-links
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERCEL_PREVIEW_URL: ${{ steps.vercel_preview_url.outputs.vercel_preview_url }}
VERCEL_PREVIEW_URL: https://${{ steps.vercel_preview_url.outputs.vercel_preview_url }}

0 comments on commit c2483b3

Please sign in to comment.