mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
test no_known_hosts parameter
This commit is contained in:
parent
7b68ee8c33
commit
0673b3776f
4 changed files with 35 additions and 0 deletions
|
@ -25,6 +25,10 @@ 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