mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-03-28 14:46:19 +01:00
chore: add 'source' and 'target' inputs
This commit is contained in:
parent
6268c80dd6
commit
daacaba381
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ inputs:
|
|||
description: 'path of ssh private key'
|
||||
fingerprint:
|
||||
description: 'sha256 fingerprint of the host public key'
|
||||
source:
|
||||
description: 'path of file/folder'
|
||||
target:
|
||||
description: 'scp file/folder to server path'
|
||||
proxy_host:
|
||||
description: 'ssh proxy host'
|
||||
proxy_port:
|
||||
|
|
Loading…
Add table
Reference in a new issue