From 90bbb3b3279e279262d706be02e5debc80d5b6ab Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 18 Sep 2019 20:55:22 +0900 Subject: [PATCH] * set icon * set color --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 2fbef62..cda2719 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Install SSH Key' description: 'Install SSH key to ~/.ssh' author: 'shimataro' +branding: + icon: 'terminal' + color: 'gray-dark' inputs: private-key: description: 'private SSH key'