From 5022cac6b5ef9fc5b83c6f3658af4d1ac58904cb Mon Sep 17 00:00:00 2001 From: Itay Podhajcer Date: Sun, 12 Jul 2020 18:25:53 +0300 Subject: [PATCH] Added branding --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index 88d2bcc..6e436df 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Generate Ethereum Address' description: 'Generates an Ethereum address using a given source data value' +branding: + icon: command + color: green inputs: data: # Source data description: 'Source data used to generate the address (usually a public key)'