We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9453855 commit 29cf88dCopy full SHA for 29cf88d
.github/workflows/build-and-release.yml
@@ -108,6 +108,6 @@ jobs:
108
with:
109
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
110
embed-author-name: ${{ github.event.pull_request.user.login }}
111
- message: "🎉 New update on `master` branch !\n\n**${{ github.event.pull_request.title }}**\n\n${{ github.event.pull_request.body }}."
+ embed-title: "🎉 New update on `master` branch ! **${{ github.event.pull_request.title }}**"
112
embed-description: ${{ github.event.pull_request.body }}
113
embed-url: ${{ github.event.pull_request.html_url }}
0 commit comments