We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d65c0e commit 9cddf34Copy full SHA for 9cddf34
.github/workflows/releases-to-discord.yml
@@ -3,6 +3,7 @@ name: Release to Discord
3
on:
4
release:
5
types: [published]
6
+ workflow_dispatch: {}
7
8
jobs:
9
github-releases-to-discord:
@@ -11,7 +12,7 @@ jobs:
11
12
- name: Checkout
13
uses: actions/checkout@v3
14
- name: Github Releases To Discord
- uses: SethCohen/github-releases-to-discord@v1.13.1
15
+ uses: SethCohen/github-releases-to-discord@v1
16
with:
17
webhook_url: ${{ secrets.RELEASE_WEBHOOK_URL }}
18
color: "2105893"
@@ -20,4 +21,5 @@ jobs:
20
21
content: "||@everyone||"
22
footer_title: "Changelog"
23
footer_icon_url: "https://cdn.discordapp.com/avatars/1184778180515606560/52b7876fc8cefa73f593c7f8b95811f3.webp?size=160"
- footer_timestamp: true
24
+ footer_timestamp: true
25
+ body_fallback: "No changelog provided."
0 commit comments