mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2025-12-05 11:44:51 +01:00
Add input parameter to enforce ssl encryption
This commit is contained in:
parent
60e94deadd
commit
acf64d3524
3 changed files with 7 additions and 1 deletions
|
|
@ -11,6 +11,10 @@ inputs:
|
|||
password:
|
||||
description: 'FTP password'
|
||||
required: true
|
||||
forceSsl:
|
||||
description: 'Force SSL encryption'
|
||||
required: false
|
||||
default: false
|
||||
localDir:
|
||||
description: 'Local directory'
|
||||
required: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue