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

version 2.0.0 (#116)

* Feature/private key (#71)

* * rename private-key to key

* * update CI

* * update README / CHANGELOG

* Feature/rename known hosts (#72)

* * rename known-hosts to known_hosts

* * update CI

* * update README

* * update CHANGELOG

* * update README

* Feature/known hosts required (#73)

* * make known-hosts required

* * update CI

* * update README

* * update CHANGELOG

* * update README

* Feature/docs v2 (#80)

* * update version in README

* * update badge URL

* * remove duplicated reference

* * update versions

* * fix CHANGELOG

* * fix version
This commit is contained in:
shimataro 2020-02-08 18:58:07 +09:00 committed by GitHub
parent c01e9a6abf
commit 5f6cc712bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 58 additions and 47 deletions

View file

@ -1,6 +1,6 @@
{
"name": "install-ssh-key",
"version": "1.6.5",
"version": "2.0.0",
"private": true,
"description": "Install SSH key in .ssh",
"main": "lib/main.js",