mirror of
https://github.com/appleboy/scp-action.git
synced 2025-07-28 16:51:33 +00:00
chore: update default timeout to 10 minutes
This commit is contained in:
@ -40,7 +40,7 @@ see the [action.yml](./action.yml) file for more detail imformation.
|
||||
* username - scp username
|
||||
* password - scp password
|
||||
* timeout - timeout for ssh to remote host, default is `30s`
|
||||
* command_timeout - timeout for scp command, default is `1m`
|
||||
* command_timeout - timeout for scp command, default is `10m`
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user