Skip to content

Commit f23dd5c

Browse files
authored
docs(readme): Fix typo (#191)
1 parent cc051b0 commit f23dd5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ See [action.yml](./action.yml) for more detailed information.
2020
* `sync` - synchronous execution if multiple hosts, default is false
2121
* `timeout` - timeout for ssh to remote host, default is `30s`
2222
* `command_timeout` - timeout for ssh command, default is `10m`
23-
* `key` - content of ssh private key. ex raw content of ~/.ssh/id_rsa, rembemer include the BEGIN and END lines
23+
* `key` - content of ssh private key. ex raw content of ~/.ssh/id_rsa, remember include the BEGIN and END lines
2424
* `key_path` - path of ssh private key
2525
* `fingerprint` - fingerprint SHA256 of the host public key, default is to skip verification
2626
* `script` - execute commands

0 commit comments

Comments
 (0)