Skip to content

Commit c1649f8

Browse files
Fixed inputs
1 parent eacb56b commit c1649f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
env:
3434
VERCEL_PROJECT_ID: ${{ inputs.project-id }}
3535
shell: bash
36-
run: vercel pull --yes --environment=${{ input.environment }} --token=${{ inputs.token }}
36+
run: vercel pull --yes --environment=${{ inputs.environment }} --token=${{ inputs.token }}
3737

3838
- name: Build Project Artifacts
3939
env:
@@ -46,4 +46,4 @@ runs:
4646
env:
4747
VERCEL_PROJECT_ID: ${{ inputs.project-id }}
4848
shell: bash
49-
run: echo "deployment-url=$(vercel deploy ${{ input.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)