From bffdd4e1f445e9fce3f7a8dfde5627d75c9f424e Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 30 Sep 2019 16:54:44 +0800 Subject: [PATCH] chore(ssh): set default port as 22 fix: https://github.com/appleboy/ssh-action/issues/5 Signed-off-by: Bo-Yi Wu --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 7a0dceb..d9f4b43 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,7 @@ inputs: description: 'ssh remote host' port: description: 'ssh remote port' + default: 22 username: description: 'ssh username' password: