Skip to content

Commit 8ab360c

Browse files
authored
Update build-and-release.yml (#258)
Trying to fix discord notifications
1 parent 29cf88d commit 8ab360c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
uses: tsickert/[email protected]
108108
with:
109109
webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }}
110-
embed-author-name: ${{ github.event.pull_request.user.login }}
111-
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 }}
110+
embed-author-name: "${{ github.event.pull_request.user.login }}"
111+
embed-title: "🎉 New update on `master` branch: ${{ github.event.pull_request.title }}"
112+
embed-description: "${{ github.event.pull_request.body }}"
113+
embed-footer-text: "[View PR](${{ github.event.pull_request.html_url }})"

0 commit comments

Comments
 (0)