From 9a9a8bc7affac1806c2f3cbf9839e7b9641a61f3 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 20:30:41 +0900 Subject: [PATCH] * use "install in", not "install to" (#75) --- action.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3f5fdf5..734fd12 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # https://help.github.com/en/articles/metadata-syntax-for-github-actions name: "Install SSH Key" -description: "Install SSH key to ~/.ssh" +description: "Install SSH key in ~/.ssh" author: "shimataro" branding: icon: "terminal" diff --git a/package.json b/package.json index a621f05..a333e2a 100644 --- a/package.json +++ b/package.json @@ -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",