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:
parent
f175db27c6
commit
5e5ec7bdcb
8 changed files with 19 additions and 21 deletions
|
@ -456,7 +456,7 @@ function main() {
|
|||
},
|
||||
});
|
||||
}
|
||||
if (knownHosts !== "no") {
|
||||
if (knownHosts !== "unnecessary") {
|
||||
files.push({
|
||||
name: "known_hosts",
|
||||
contents: insertLf(knownHosts, true, true),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue