mirror of
https://github.com/sebastianpopp/ftp-action.git
synced 2025-12-05 11:44:51 +01:00
Update action.yml
https://github.com/sebastianpopp/ftp-action/pull/19/files
This commit is contained in:
parent
1c59044d4a
commit
bc5be4c39d
1 changed files with 4 additions and 0 deletions
|
|
@ -11,6 +11,10 @@ inputs:
|
||||||
password:
|
password:
|
||||||
description: 'FTP password'
|
description: 'FTP password'
|
||||||
required: true
|
required: true
|
||||||
|
port:
|
||||||
|
description: 'FTP port'
|
||||||
|
required: false
|
||||||
|
default: '21'
|
||||||
forceSsl:
|
forceSsl:
|
||||||
description: 'Force SSL encryption'
|
description: 'Force SSL encryption'
|
||||||
required: false
|
required: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue