mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-02-14 15:53:30 -07:00
Fix workflows
This commit is contained in:
parent
a4110a362f
commit
36db99b5cf
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…
Reference in a new issue