From d573c198679e6f17b1e4cfc144b2006c4c57f0e0 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Wed, 4 Dec 2019 18:58:23 +0100 Subject: [PATCH] Update action.yml --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index b81965a..d89ac9e 100644 --- a/action.yml +++ b/action.yml @@ -19,6 +19,10 @@ inputs: remote_host: description: 'The remote host' required: true + remote_port: + description: 'The remote port' + required: false + default: 22 remote_user: description: 'The remote user' required: true