mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
Feature/known_hosts (#25)
* * add "known-hosts" option * * update CHANGELOG * * update README * * update actions.yml * * update example of known-hosts * * fix message
This commit is contained in:
parent
b9c6c52737
commit
3d8365bb3a
6 changed files with 75 additions and 25 deletions
|
@ -13,7 +13,12 @@ inputs:
|
|||
required: true
|
||||
name:
|
||||
description: "SSH key file name (default: id_rsa)"
|
||||
required: false
|
||||
default: "id_rsa"
|
||||
known-hosts:
|
||||
description: "public keys of SSH servers"
|
||||
required: false
|
||||
default: ""
|
||||
runs:
|
||||
using: "node12"
|
||||
main: "lib/main.js"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue