Skip to content

Commit

Permalink
Update BuildMultiplatform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Aug 27, 2024
1 parent 6870058 commit 2a4c99a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/BuildMultiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,13 @@ jobs:
key: ${{ secrets.DISCORD_WEBHOOK_DEV }}
username: "GitHub"
avatar_url: "https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png"
content: |
${{ steps.info.outputs.diff }}
embeds: |
[
{
"description": "${{ steps.info.outputs.diff }}",
"color": "Discord Blurple",
}
]
build-modpack:
name: Build Modpack
Expand Down

0 comments on commit 2a4c99a

Please sign in to comment.