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

use known_hosts: no instead of no_known_hosts: true

This commit is contained in:
shimataro 2021-03-08 20:27:45 +09:00
parent 712085029d
commit c31b1e4544
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
8 changed files with 10 additions and 64 deletions

View file

@ -14,7 +14,7 @@ inputs:
required: false
default: "id_rsa"
known_hosts:
description: "public keys of SSH servers"
description: "public keys of SSH servers, or set to 'no' in order to omit it"
required: true
default: ""
config:
@ -25,10 +25,6 @@ inputs:
description: "replace / ignore / fail"
required: false
default: "fail"
no_known_hosts:
description: "enables not providing known_hosts file"
required: false
default: "0"
runs:
using: "node12"
main: "lib/index.js"