mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-13 21:33:56 +00:00
feat(actions): improve API robustness and testing coverage
- Add `protocol` input with description and default value `tcp` Signed-off-by: appleboy <appleboy.tw@gmail.com>
This commit is contained in:
parent
93e17a47f9
commit
172d4632fe
@ -11,6 +11,9 @@ inputs:
|
||||
description: "scp username"
|
||||
password:
|
||||
description: "scp password"
|
||||
protocol:
|
||||
description: "The IP protocol to use. Valid values are 'tcp'. 'tcp4' or 'tcp6'. Default to tcp."
|
||||
default: "tcp"
|
||||
timeout:
|
||||
description: "timeout for ssh to remote host"
|
||||
default: "30s"
|
||||
|
Loading…
Reference in New Issue
Block a user