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

* add "known-hosts" option

This commit is contained in:
shimataro 2019-09-29 12:10:04 +09:00
parent b9c6c52737
commit 51640f7b37
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
4 changed files with 67 additions and 24 deletions

View file

@ -14,6 +14,9 @@ inputs:
name:
description: "SSH key file name (default: id_rsa)"
default: "id_rsa"
known-hosts:
description: "public keys of SSH servers"
default: ""
runs:
using: "node12"
main: "lib/main.js"