mirror of
https://github.com/appleboy/ssh-action.git
synced 2025-06-20 16:42:10 +10:00
chore: update default timeout to 10 minutes
This commit is contained in:
parent
696aab4627
commit
9085f3ea5b
3 changed files with 3 additions and 3 deletions
|
@ -16,7 +16,7 @@ inputs:
|
|||
default: "30s"
|
||||
command_timeout:
|
||||
description: 'timeout for ssh command'
|
||||
default: "1m"
|
||||
default: "10m"
|
||||
key:
|
||||
description: 'content of ssh private key. ex raw content of ~/.ssh/id_rsa'
|
||||
key_path:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue