mirror of
https://github.com/SethCohen/github-releases-to-discord
synced 2026-09-14 20:13:23 +00:00
chore: updated workflow action
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
types: [published]
|
||||||
|
name: github-release-to-discord
|
||||||
jobs:
|
jobs:
|
||||||
github-release-to-discord:
|
github-release-to-discord:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -12,4 +12,7 @@ jobs:
|
|||||||
uses: ./ # Uses an action in the root directory
|
uses: ./ # Uses an action in the root directory
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||||
|
colour: "7766090"
|
||||||
|
username: "tes"
|
||||||
|
avatar_url: "https://i.imgur.com/UPbV3Nx.png"
|
||||||
Reference in New Issue
Block a user