mirror of
https://github.com/shimataro/ssh-key-action.git
synced 2025-06-19 22:52:10 +10:00
release v1.1.0 (#11)
* * update version * update CHANGELOG * * update dependencies * * update package name * fix repository URL
This commit is contained in:
parent
68db9bb092
commit
6feada438d
12 changed files with 478 additions and 469 deletions
10
package.json
10
package.json
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "action-install-ssh-key",
|
||||
"version": "1.0.0",
|
||||
"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",
|
||||
|
@ -26,7 +26,7 @@
|
|||
"author": "shimataro",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@actions/core": "1.1.0",
|
||||
"@actions/core": "1.1.1",
|
||||
"@actions/github": "1.1.0",
|
||||
"@actions/io": "1.0.1",
|
||||
"@actions/tool-cache": "1.1.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue