We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cf88d commit 8ab360cCopy full SHA for 8ab360c
.github/workflows/build-and-release.yml
@@ -107,7 +107,7 @@ jobs:
107
uses: tsickert/[email protected]
108
with:
109
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 }}
+ 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 commit comments