Skip to content

Commit

Permalink
ci: fix pull url in the preview script
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Apr 11, 2024
1 parent df0bf14 commit 4d74730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
id: alias
env:
ALIASES: ${{ env.ALIASES }}
PULL_URL: ${{ github.event.comment.issue.pull_request.url }}
PULL_URL: ${{ github.event.issue.pull_request.url }}
- name: Set deployment alias
if: ${{ steps.alias.outputs.alias != '' && steps.alias.outputs.alias != 'mcraft.fun' && steps.alias.outputs.alias != 's.mcraft.fun' }}
run: vercel alias set ${{ steps.deploy.outputs.stdout }} ${{ steps.alias.outputs.alias }} --token=${{ secrets.VERCEL_TOKEN }} --scope=zaro

0 comments on commit 4d74730

Please sign in to comment.