Skip to content

Commit 703ffa3

Browse files
committedOct 28, 2024··
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>
1 parent 8b84eae commit 703ffa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎action.yml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ inputs:
4343
description: "SSH proxy username."
4444
proxy_password:
4545
description: "SSH proxy password."
46+
proxy_protocol:
47+
description: 'The IP protocol to use. Valid values are "tcp". "tcp4" or "tcp6". Default to tcp.'
48+
default: "tcp"
4649
proxy_passphrase:
4750
description: "SSH proxy key passphrase."
4851
proxy_timeout:

0 commit comments

Comments
 (0)
Please sign in to comment.