mirror of
https://github.com/wlixcc/SFTP-Deploy-Action.git
synced 2026-09-23 13:18:32 +00:00
Merge pull request #63 from KinNeko-De/feature/62-ssh-private-key-parameter
Make ssh_private_key optional in action.yml
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ inputs:
|
||||
default: "22"
|
||||
ssh_private_key:
|
||||
description: 'you can copy private_key from your *.pem file, keep format'
|
||||
required: true
|
||||
required: false
|
||||
local_path:
|
||||
description: 'will put all file under this path'
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user