mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 18:19:36 +01: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
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ inputs:
|
||||||
description: "SSH proxy username."
|
description: "SSH proxy username."
|
||||||
proxy_password:
|
proxy_password:
|
||||||
description: "SSH 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:
|
proxy_passphrase:
|
||||||
description: "SSH proxy key passphrase."
|
description: "SSH proxy key passphrase."
|
||||||
proxy_timeout:
|
proxy_timeout:
|
||||||
|
|
Loading…
Reference in a new issue