File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 uses : tsickert/discord-webhook@v7.0.0
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 }}) "
You can’t perform that action at this time.
0 commit comments