From 8c4da1075945cb7eb0217f443833f140bbe528ae Mon Sep 17 00:00:00 2001 From: SethCohen Date: Wed, 24 Aug 2022 01:10:14 -0400 Subject: [PATCH] chore: updated README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e197aa7..3492919 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Github Release To Discord Action +# GitHub Release To Discord Action -This action parses a github release and posts it to a discord channel via a discord webhook. +This action parses a GitHub release and posts it to a Discord channel via a Discord webhook. ## Configuration | Variable | Required | Default | Description | |-------------|----------|----------------------------------------------------------------------------------------------------------------|---------------------------------------------| @@ -11,7 +11,7 @@ This action parses a github release and posts it to a discord channel via a disc ## Output -![output](https://i.imgur.com/fOIu7pC.png) +![output](https://i.imgur.com/Zf3TXtb.png) ## Example usage @@ -31,4 +31,7 @@ jobs: id: release with: webhook_url: ${{ secrets.WEBHOOK_URL }} + colour: "2105893" + username: "Release Changelog" + avatar_url: "https://cdn.discordapp.com/avatars/487431320314576937/bd64361e4ba6313d561d54e78c9e7171.png" ``` \ No newline at end of file