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

* update package name

* fix repository URL
This commit is contained in:
shimataro 2019-09-19 07:20:39 +09:00
parent 1ed17ff3a2
commit 140453bb58
No known key found for this signature in database
GPG key ID: BE92C05736911A9D
2 changed files with 4 additions and 4 deletions

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{ {
"name": "action-install-ssh-key", "name": "ssh-key-action",
"version": "1.1.0", "version": "1.1.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View file

@ -1,8 +1,8 @@
{ {
"name": "action-install-ssh-key", "name": "ssh-key-action",
"version": "1.1.0", "version": "1.1.0",
"private": true, "private": true,
"description": "Install SSH key to .ssh for GitHub Actions", "description": "Install SSH key to .ssh",
"main": "lib/main.js", "main": "lib/main.js",
"engines": { "engines": {
"node": ">= 8.0.0", "node": ">= 8.0.0",
@ -14,7 +14,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/shimataro/action-install-ssh-key.git" "url": "git+https://github.com/shimataro/ssh-key-action.git"
}, },
"keywords": [ "keywords": [
"actions", "actions",