mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2025-06-22 04:22:10 +10:00
feat: use ssh key type
This commit is contained in:
parent
f2f261e6bd
commit
6a0bdabd30
4 changed files with 19 additions and 7 deletions
|
@ -15,6 +15,10 @@ inputs:
|
|||
description: "Remote port"
|
||||
required: false
|
||||
default: "22"
|
||||
REMOTE_KEY_TYPES:
|
||||
description: "Remote key types"
|
||||
required: false
|
||||
default: "+ssh-rsa"
|
||||
SOURCE:
|
||||
description: "Source directory"
|
||||
required: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue