We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f098152 + 424e97f commit 7d1d1a5Copy full SHA for 7d1d1a5
.github/workflows/pipeline.yml
@@ -37,6 +37,7 @@ jobs:
37
uses: stegzilla/discord-notify@v2
38
with:
39
title: Deployment succeeded!
40
+ message: "**${{ github.event.pull_request.title }}**\n**Creator:** ${{ github.event.pull_request.user.login }}\n${{ github.event.pull_request.html_url }}"
41
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
42
username: 'devserkan'
43
colour: #1f883d
@@ -45,6 +46,7 @@ jobs:
45
46
47
48
title: Deployment failed!
49
50
51
52
colour: #d73a49
0 commit comments