From a37155234e271f8f2a939686be73b918c309969b Mon Sep 17 00:00:00 2001 From: Saurav Aggarwal Date: Wed, 7 Jun 2023 01:54:27 +0530 Subject: [PATCH] chore: added branding --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9c64e25..5c4dc00 100644 --- a/action.yml +++ b/action.yml @@ -14,7 +14,9 @@ inputs: required: false description: This is required to publish the successful sha to repo varaible - +branding: + icon: cloud-lightning + color: blue runs: using: 'node16' main: 'dist/index.js'