Skip to content

Commit 7c6863a

Browse files
committed
Set dry-run as optional
1 parent 2b33717 commit 7c6863a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ inputs:
2828
required: false
2929
dry-run:
3030
description: 'whether to submit an analysis (false/undefined), or only test the connection and credentials (true). an error in validation will fail the build.'
31+
required: false
32+
default: false
3133
runs:
3234
using: 'node12'
3335
main: 'dist/index.js'

0 commit comments

Comments
 (0)