From 44952b1cd11e6bcaea2e4184f893ba9ce32713bf Mon Sep 17 00:00:00 2001 From: shimataro Date: Wed, 18 Sep 2019 20:56:30 +0900 Subject: [PATCH] * set icon (#3) * 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'