docs: add default value of timeout

This commit is contained in:
Bo-Yi Wu 2019-09-29 01:45:56 +08:00
parent 2e28e2ddc9
commit a593d18cb8

View file

@ -30,8 +30,8 @@ see the [action.yml](./action.yml) file for more detail imformation.
* port - scp remote port * port - scp remote port
* username - scp username * username - scp username
* password - scp password * password - scp password
* timeout - timeout for ssh to remote host * timeout - timeout for ssh to remote host, default is `30s`
* command_timeout - timeout for scp command * command_timeout - timeout for scp command, default is `1m`
* key - content of ssh private key. ex raw content of ~/.ssh/id_rsa * key - content of ssh private key. ex raw content of ~/.ssh/id_rsa
* key_path - path of ssh private key * key_path - path of ssh private key
* target - target path on the server * target - target path on the server