From a593d18cb8dbd9d97d443f043887a8dc56cf8cf5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 29 Sep 2019 01:45:56 +0800 Subject: [PATCH] docs: add default value of timeout --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7896033..9362828 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ see the [action.yml](./action.yml) file for more detail imformation. * port - scp remote port * username - scp username * password - scp password -* timeout - timeout for ssh to remote host -* command_timeout - timeout for scp command +* timeout - timeout for ssh to remote host, default is `30s` +* command_timeout - timeout for scp command, default is `1m` * key - content of ssh private key. ex raw content of ~/.ssh/id_rsa * key_path - path of ssh private key * target - target path on the server