File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
uses : stegzilla/discord-notify@v2
38
38
with :
39
39
title : Deployment succeeded!
40
- message : " **${{ github.head_commit.message }}**\n **Creator:** ${{ github.head_commit.author.username }}\n ${{ github.head_commit.url }}"
40
+ message : " **${{ github.event. head_commit.message }}**\n **Creator:** ${{ github.event. head_commit.author.username }}\n ${{ github.event .head_commit.url }}"
41
41
webhook_url : ${{ secrets.DISCORD_WEBHOOK }}
42
42
username : ' devserkan'
43
43
colour : # 1f883d
46
46
uses : stegzilla/discord-notify@v2
47
47
with :
48
48
title : Deployment failed!
49
- message : " **${{ github.head_commit.message }}**\n **Creator:** ${{ github.head_commit.author.username }}\n ${{ github.head_commit.url }}"
49
+ message : " **${{ github.event. head_commit.message }}**\n **Creator:** ${{ github.event. head_commit.author.username }}\n ${{ github.event .head_commit.url }}"
50
50
webhook_url : ${{ secrets.DISCORD_WEBHOOK }}
51
51
username : ' devserkan'
52
52
colour : # d73a49
You can’t perform that action at this time.
0 commit comments