We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 8b84eae commit 703ffa3Copy full SHA for 703ffa3
action.yml
@@ -43,6 +43,9 @@ inputs:
43
description: "SSH proxy username."
44
proxy_password:
45
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"
49
proxy_passphrase:
50
description: "SSH proxy key passphrase."
51
proxy_timeout:
0 commit comments