mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 21:54:11 -04:00
Fix workflows
This commit is contained in:
parent
a4110a362f
commit
36db99b5cf
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -121,7 +121,7 @@ jobs:
|
||||||
method: POST
|
method: POST
|
||||||
headers: |
|
headers: |
|
||||||
ContentType: application/json; charset=UTF-8
|
ContentType: application/json; charset=UTF-8
|
||||||
payload: |
|
body: |
|
||||||
{
|
{
|
||||||
"content": "**DiscordChatExporter** new version released!\nVersion: `${{ steps.get-version.outputs.tag }}`\nChangelog: <https://github.com/Tyrrrz/DiscordChatExporter/blob/${{ steps.get-version.outputs.tag }}/Changelog.md>"
|
"content": "**DiscordChatExporter** new version released!\nVersion: `${{ steps.get-version.outputs.tag }}`\nChangelog: <https://github.com/Tyrrrz/DiscordChatExporter/blob/${{ steps.get-version.outputs.tag }}/Changelog.md>"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue