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:
parent
712085029d
commit
c31b1e4544
8 changed files with 10 additions and 64 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue