From 196ea3f88f9d783a4fc4a366fd432664ff3d8093 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Mon, 30 Sep 2019 16:58:33 +0800 Subject: [PATCH] chore(scp): default port is 22 Signed-off-by: Bo-Yi Wu --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index 933ed0a..17ca12a 100644 --- a/action.yml +++ b/action.yml @@ -6,6 +6,7 @@ inputs: description: 'scp remote host' port: description: 'scp remote port' + default: 22 username: description: 'scp username' password: