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",