Skip to content

Commit

Permalink
chore: updated action info
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Aug 25, 2022
1 parent e67e0f9 commit c888953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -22,4 +22,4 @@ runs:
main: 'index.js'
branding:
icon: file-text
color: gray-dark
color: blue

0 comments on commit c888953

Please sign in to comment.