chore(ssh): set default port as 22

fix: https://github.com/appleboy/ssh-action/issues/5

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2019-09-30 16:54:44 +08:00
parent f4890bec77
commit bffdd4e1f4
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ inputs:
description: 'ssh remote host'
port:
description: 'ssh remote port'
default: 22
username:
description: 'ssh username'
password: