From e49c674890cd5309d63bf570a550ffa0361c9ebc Mon Sep 17 00:00:00 2001 From: SethCohen Date: Wed, 24 Aug 2022 00:55:06 -0400 Subject: [PATCH] feat: updated `action.yml` --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6deefa2..6c414de 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,5 @@ name: Github Releases To Discord +author: SethCohen description: Send automatic styled releases to Discord. inputs: webhook_url: @@ -18,4 +19,7 @@ inputs: default: 'https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png' runs: using: 'node16' - main: 'index.js' \ No newline at end of file + main: 'index.js' +branding: + icon: file-text + color: gray-dark \ No newline at end of file