Skip to content

Commit

Permalink
feat(actions): improve API robustness and testing coverage
Browse files Browse the repository at this point in the history
- Add `protocol` input with description and default value `tcp`

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 28, 2024
1 parent 93e17a4 commit 172d463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 172d463

Please sign in to comment.