Skip to content

Commit 169e275

Browse files
authored
Default values should be a string
1 parent acf64d3 commit 169e275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
forceSsl:
1515
description: 'Force SSL encryption'
1616
required: false
17-
default: false
17+
default: 'false'
1818
localDir:
1919
description: 'Local directory'
2020
required: false

0 commit comments

Comments
 (0)