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"
This commit is contained in:
parent
262b0e5f7b
commit
c1d9fa950d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
||||||
name: "Install SSH Key"
|
name: "Install SSH Key"
|
||||||
description: "Install SSH key to ~/.ssh"
|
description: "Install SSH key in ~/.ssh"
|
||||||
author: "shimataro"
|
author: "shimataro"
|
||||||
branding:
|
branding:
|
||||||
icon: "terminal"
|
icon: "terminal"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "ssh-key-action",
|
"name": "ssh-key-action",
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "Install SSH key to .ssh",
|
"description": "Install SSH key in .ssh",
|
||||||
"main": "lib/main.js",
|
"main": "lib/main.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 8.0.0",
|
"node": ">= 8.0.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue