Skip to content

Commit 29cf88d

Browse files
authored
Fixing faulty workflow job (#257)
# Changes * Fixing bad property assignment in workflow for git merge -> discord notifications.
1 parent 9453855 commit 29cf88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ jobs:
108108
with:
109109
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
110110
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 }}."
111+
embed-title: "🎉 New update on `master` branch ! **${{ github.event.pull_request.title }}**"
112112
embed-description: ${{ github.event.pull_request.body }}
113113
embed-url: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)