From bc5be4c39dc7d7e4af4b1a1d1981ad652736e79c Mon Sep 17 00:00:00 2001 From: ATAO Date: Tue, 13 Dec 2022 14:51:52 +0100 Subject: [PATCH] Update action.yml https://github.com/sebastianpopp/ftp-action/pull/19/files --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 6d362cb..3be4156 100644 --- a/action.yml +++ b/action.yml @@ -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