Skip to content

Commit 9c0d1ac

Browse files
committed
Fix discord messages
1 parent 6cbcb2e commit 9c0d1ac

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/Build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,9 @@ jobs:
231231
uses: "hugoalh/send-discord-webhook-ghaction@v6.0.1"
232232
with:
233233
key: ${{ secrets.DISCORD_WEBHOOK }}
234-
payload: |
235-
content: "${{ steps.mod_changes.outputs.markdown }}"
236-
username: "UnderBot"
237-
avatar_url: "https://media.forgecdn.net/avatars/828/211/638215807562150866.png"
234+
content: "${{ steps.mod_changes.outputs.markdown }}"
235+
username: "UnderBot"
236+
avatar_url: "https://media.forgecdn.net/avatars/828/211/638215807562150866.png"
238237

239238
build-modpack:
240239
name: Build Modpack

.github/workflows/Release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ jobs:
118118
uses: "hugoalh/send-discord-webhook-ghaction@v6.0.1"
119119
with:
120120
key: ${{ secrets.DISCORD_WEBHOOK_2 }}
121-
payload: |
122-
content: "${{ steps.message.outputs.markdown }}"
123-
username: "UnderBot"
124-
avatar_url: "https://media.forgecdn.net/avatars/828/211/638215807562150866.png"
121+
content: "${{ steps.message.outputs.markdown }}"
122+
username: "UnderBot"
123+
avatar_url: "https://media.forgecdn.net/avatars/828/211/638215807562150866.png"
125124

126125
update-changelogs:
127126
name: Update Changelogs

0 commit comments

Comments
 (0)