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