mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-30 14:35:18 -04:00
Update CD
This commit is contained in:
parent
265cb71dfd
commit
5c0b657e0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CD.yml
vendored
2
.github/workflows/CD.yml
vendored
|
@ -76,6 +76,6 @@ jobs:
|
||||||
-Uri "${{ secrets.DISCORD_WEBHOOK }}" `
|
-Uri "${{ secrets.DISCORD_WEBHOOK }}" `
|
||||||
-Method "POST" `
|
-Method "POST" `
|
||||||
-ContentType "application/json; charset=UTF-8" `
|
-ContentType "application/json; charset=UTF-8" `
|
||||||
-Body "{`"content`":`"[**DiscordChatExporter** ver. ${{ github.ref }} released](https://github.com/Tyrrrz/DiscordChatExporter/releases/latest)`"}" `
|
-Body '{"content":"**DiscordChatExporter** new version released!\nRef: `${{ github.ref }}`\nChangelog: <https://github.com/Tyrrrz/DiscordChatExporter/blob/${{ github.sha }}/Changelog.md>"}' `
|
||||||
-UseBasicParsing
|
-UseBasicParsing
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue