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

* use "install in", not "install to" (#75)

This commit is contained in:
shimataro 2020-01-18 20:30:41 +09:00 committed by GitHub
parent 9289becf64
commit 9a9a8bc7af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
"name": "install-ssh-key",
"version": "1.6.0",
"private": true,
"description": "Install SSH key to .ssh",
"description": "Install SSH key in .ssh",
"main": "lib/main.js",
"engines": {
"node": ">= 8.0.0",