Update action.yml

This commit is contained in:
Steven Agyekum 2019-12-04 18:58:23 +01:00 committed by GitHub
parent 609b9969e2
commit d573c19867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,10 @@ inputs:
remote_host: remote_host:
description: 'The remote host' description: 'The remote host'
required: true required: true
remote_port:
description: 'The remote port'
required: false
default: 22
remote_user: remote_user:
description: 'The remote user' description: 'The remote user'
required: true required: true