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