Skip to content

Commit 696aab4

Browse files
authored
fix typos in README.md (#12)
fix typos in README.md
2 parents 6f091cd + a88f6f2 commit 696aab4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ out: ***
4343

4444
## Input variables
4545

46-
see the [action.yml](./action.yml) file for more detail imformation.
46+
See [action.yml](./action.yml) for more detailed information.
4747

48-
* host - scp remote host
49-
* port - scp remote port, default is `22`
50-
* username - scp username
51-
* password - scp password
48+
* host - remote host
49+
* port - remote port, default is `22`
50+
* username - ssh username
51+
* password - ssh password
5252
* timeout - timeout for ssh to remote host, default is `30s`
53-
* command_timeout - timeout for scp command, default is `1m`
53+
* command_timeout - timeout for ssh command, default is `1m`
5454
* key - content of ssh private key. ex raw content of ~/.ssh/id_rsa
5555
* key_path - path of ssh private key
5656
* script - execute commands

0 commit comments

Comments
 (0)