File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/vercel-deploy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments