Skip to content

Commit

Permalink
feat(angular-universal-vercel): make prod not required and default false
Browse files Browse the repository at this point in the history
  • Loading branch information
damienwebdev committed Jan 29, 2024
1 parent b146b4d commit 7867fbd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular-universal-vercel/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ description: "A Github Action that deploys an Angular Universal application to V
inputs:
prod:
description: "Whether or not to do a Vercel Prod Deploy"
required: true
required: false
default: 'false'
vercel_token:
description: "Your Vercel Token"
required: true
Expand Down

0 comments on commit 7867fbd

Please sign in to comment.