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

"known_hosts: no" -> "known_hosts: unnecessary"

This commit is contained in:
shimataro 2021-03-09 18:49:46 +09:00
parent f175db27c6
commit 5e5ec7bdcb
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
8 changed files with 19 additions and 21 deletions

View file

@ -456,7 +456,7 @@ function main() {
},
});
}
if (knownHosts !== "no") {
if (knownHosts !== "unnecessary") {
files.push({
name: "known_hosts",
contents: insertLf(knownHosts, true, true),