mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
chore: updated action info
This commit is contained in:
@@ -8,7 +8,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Github Releases To Discord
|
- name: Github Release To Discord
|
||||||
uses: ./ # Uses an action in the root directory
|
uses: ./ # Uses an action in the root directory
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
name: Github Releases To Discord
|
name: Github Release To Discord
|
||||||
author: SethCohen
|
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:
|
inputs:
|
||||||
webhook_url:
|
webhook_url:
|
||||||
description: Discord's webhook url. Use GH repo secrets.
|
description: Discord's webhook url. Use GH repo secrets.
|
||||||
@@ -22,4 +22,4 @@ runs:
|
|||||||
main: 'index.js'
|
main: 'index.js'
|
||||||
branding:
|
branding:
|
||||||
icon: file-text
|
icon: file-text
|
||||||
color: gray-dark
|
color: blue
|
||||||
Reference in New Issue
Block a user