Skip to content

Commit

Permalink
Update build-and-release.yml (#258)
Browse files Browse the repository at this point in the history
Trying to fix discord notifications
  • Loading branch information
Volte6 authored Mar 4, 2025
1 parent 29cf88d commit 8ab360c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
embed-author-name: ${{ github.event.pull_request.user.login }}
embed-title: "🎉 New update on `master` branch ! **${{ github.event.pull_request.title }}**"
embed-description: ${{ github.event.pull_request.body }}
embed-url: ${{ github.event.pull_request.html_url }}
embed-author-name: "${{ github.event.pull_request.user.login }}"
embed-title: "🎉 New update on `master` branch: ${{ github.event.pull_request.title }}"
embed-description: "${{ github.event.pull_request.body }}"
embed-footer-text: "[View PR](${{ github.event.pull_request.html_url }})"

0 comments on commit 8ab360c

Please sign in to comment.