Skip to content

Commit 1a6704b

Browse files
Single equality check
1 parent c1649f8 commit 1a6704b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/vercel-deploy/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ runs:
4646
env:
4747
VERCEL_PROJECT_ID: ${{ inputs.project-id }}
4848
shell: bash
49-
run: echo "deployment-url=$(vercel deploy ${{ inputs.environment === 'production' && '--prod' || '' }} --prebuilt --token=${{ inputs.token }})" >> $GITHUB_OUTPUT
49+
run: echo "deployment-url=$(vercel deploy ${{ inputs.environment == 'production' && '--prod' || '' }} --prebuilt --token=${{ inputs.token }})" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)