From 94c14f311442a93685ed73864129dd1d6b3ee533 Mon Sep 17 00:00:00 2001 From: Randil Fernando Date: Sun, 12 Apr 2020 21:29:16 +0530 Subject: [PATCH] Added branding secion to action.yml --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0e292b1..0bee493 100644 --- a/action.yml +++ b/action.yml @@ -18,4 +18,7 @@ outputs: description: 'Id of the submitted message' runs: using: 'node12' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js' +branding: + icon: 'bell' + color: 'yellow' \ No newline at end of file