We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1649f8 commit 1a6704bCopy full SHA for 1a6704b
.github/actions/vercel-deploy/action.yaml
@@ -46,4 +46,4 @@ runs:
46
env:
47
VERCEL_PROJECT_ID: ${{ inputs.project-id }}
48
shell: bash
49
- run: echo "deployment-url=$(vercel deploy ${{ inputs.environment === 'production' && '--prod' || '' }} --prebuilt --token=${{ inputs.token }})" >> $GITHUB_OUTPUT
+ run: echo "deployment-url=$(vercel deploy ${{ inputs.environment == 'production' && '--prod' || '' }} --prebuilt --token=${{ inputs.token }})" >> $GITHUB_OUTPUT
0 commit comments