We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc051b0 commit f23dd5cCopy full SHA for f23dd5c
README.md
@@ -20,7 +20,7 @@ See [action.yml](./action.yml) for more detailed information.
20
* `sync` - synchronous execution if multiple hosts, default is false
21
* `timeout` - timeout for ssh to remote host, default is `30s`
22
* `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
+* `key` - content of ssh private key. ex raw content of ~/.ssh/id_rsa, remember include the BEGIN and END lines
24
* `key_path` - path of ssh private key
25
* `fingerprint` - fingerprint SHA256 of the host public key, default is to skip verification
26
* `script` - execute commands
0 commit comments