Update action.yml

https://github.com/sebastianpopp/ftp-action/pull/19/files
This commit is contained in:
ATAO 2022-12-13 14:51:52 +01:00 committed by GitHub
parent 1c59044d4a
commit bc5be4c39d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,10 @@ inputs:
password:
description: 'FTP password'
required: true
port:
description: 'FTP port'
required: false
default: '21'
forceSsl:
description: 'Force SSL encryption'
required: false