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

* set icon

* set color
This commit is contained in:
shimataro 2019-09-18 20:55:22 +09:00
parent 8ea07ecb7c
commit 90bbb3b327
No known key found for this signature in database
GPG key ID: BE92C05736911A9D

View file

@ -1,6 +1,9 @@
name: 'Install SSH Key' name: 'Install SSH Key'
description: 'Install SSH key to ~/.ssh' description: 'Install SSH key to ~/.ssh'
author: 'shimataro' author: 'shimataro'
branding:
icon: 'terminal'
color: 'gray-dark'
inputs: inputs:
private-key: private-key:
description: 'private SSH key' description: 'private SSH key'