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'