1
0
Fork 0
mirror of https://github.com/shimataro/ssh-key-action.git synced 2025-06-19 22:52:10 +10:00

fix README

This commit is contained in:
shimataro 2021-03-07 21:17:03 +09:00
parent 7b6183d699
commit c52e9f85dc
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -89,7 +89,7 @@ Check below:
* `Host key verification failed.`: * `Host key verification failed.`:
* Set `known_hosts` parameter correctly (use `ssh-keyscan` command). * Set `known_hosts` parameter correctly (use `ssh-keyscan` command).
### I want to replace/ignore if key exists. ### I want to replace/ignore key if exists.
Use `if_key_exists` parameter. Use `if_key_exists` parameter.