From c1d9fa950d81172caf2ecd88503bfffdffe552db Mon Sep 17 00:00:00 2001 From: shimataro Date: Sat, 18 Jan 2020 20:26:57 +0900 Subject: [PATCH] * use "install in", not "install to" --- 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 801303a..26fc169 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ssh-key-action", "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",