mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2025-12-05 11:44:51 +01:00
Default values should be a string
This commit is contained in:
parent
acf64d3524
commit
169e275151
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ inputs:
|
|||
forceSsl:
|
||||
description: 'Force SSL encryption'
|
||||
required: false
|
||||
default: false
|
||||
default: 'false'
|
||||
localDir:
|
||||
description: 'Local directory'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue