Skip to content

Commit

Permalink
Add default value for no-certificate input
Browse files Browse the repository at this point in the history
  • Loading branch information
bakerkretzmar committed May 31, 2024
1 parent ddfbd97 commit a3fe3a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ inputs:
no-certificate:
description: Skip the creation of a certificate and serve the preview site over HTTP instead of HTTPS.
required: false
default: false
outputs:
site-url:
description: 'The URL of the deployed preview site.'
Expand Down

0 comments on commit a3fe3a5

Please sign in to comment.