mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-11-22 22:06:09 +08:00
feat(actions): enhance system performance and API integration
- Add `proxy_protocol` input with description and default value "tcp" Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
8b84eaec3a
commit
703ffa3c1e
@ -43,6 +43,9 @@ inputs:
|
||||
description: "SSH proxy username."
|
||||
proxy_password:
|
||||
description: "SSH proxy password."
|
||||
proxy_protocol:
|
||||
description: 'The IP protocol to use. Valid values are "tcp". "tcp4" or "tcp6". Default to tcp.'
|
||||
default: "tcp"
|
||||
proxy_passphrase:
|
||||
description: "SSH proxy key passphrase."
|
||||
proxy_timeout:
|
||||
|
Loading…
Reference in New Issue
Block a user