From 140453bb5813a42865ce4cdaffb85fcb6b404894 Mon Sep 17 00:00:00 2001 From: shimataro Date: Thu, 19 Sep 2019 07:20:39 +0900 Subject: [PATCH] * update package name * fix repository URL --- package-lock.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21bd5d2..04c0380 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "action-install-ssh-key", + "name": "ssh-key-action", "version": "1.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index ff2171a..235fb9b 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { - "name": "action-install-ssh-key", + "name": "ssh-key-action", "version": "1.1.0", "private": true, - "description": "Install SSH key to .ssh for GitHub Actions", + "description": "Install SSH key to .ssh", "main": "lib/main.js", "engines": { "node": ">= 8.0.0", @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/shimataro/action-install-ssh-key.git" + "url": "git+https://github.com/shimataro/ssh-key-action.git" }, "keywords": [ "actions",