From c8889535c4a02efec3e8a6b26e1ee17fcd36ac7b Mon Sep 17 00:00:00 2001 From: SethCohen Date: Wed, 24 Aug 2022 21:05:04 -0400 Subject: [PATCH] chore: updated action info --- .github/workflows/test.yml | 2 +- action.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c6eff0..c1b2699 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Github Releases To Discord + - name: Github Release To Discord uses: ./ # Uses an action in the root directory with: webhook_url: ${{ secrets.WEBHOOK_URL }} \ No newline at end of file diff --git a/action.yml b/action.yml index 3c2a762..2b48121 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: Github Releases To Discord +name: Github Release To Discord author: SethCohen -description: Send automatic styled releases to Discord. +description: Automatically send a stylized Discord webhook of a GitHub Release description to a specified Discord channel. inputs: webhook_url: description: Discord's webhook url. Use GH repo secrets. @@ -22,4 +22,4 @@ runs: main: 'index.js' branding: icon: file-text - color: gray-dark \ No newline at end of file + color: blue \ No newline at end of file