File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -231,10 +231,9 @@ jobs:
231
231
uses : " hugoalh/send-discord-webhook-ghaction@v6.0.1"
232
232
with :
233
233
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"
238
237
239
238
build-modpack :
240
239
name : Build Modpack
Original file line number Diff line number Diff line change @@ -118,10 +118,9 @@ jobs:
118
118
uses : " hugoalh/send-discord-webhook-ghaction@v6.0.1"
119
119
with :
120
120
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"
125
124
126
125
update-changelogs :
127
126
name : Update Changelogs
You can’t perform that action at this time.
0 commit comments