Skip to content

Commit fcbf2fd

Browse files
committed
fix: updated webhook again
1 parent 7b36fad commit fcbf2fd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/discord-notify.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
"embeds": [{
2424
"title": "New Commit #${{ steps.sha.outputs.short }}",
2525
"url": "https://github.com/${{ github.repository }}/commit/${{ github.sha }}",
26-
"description": "A new commit was pushed to **${{ github.repository }}** — [view changes](https://github.com/${{ github.repository }}/commit/${{ github.sha }})",
26+
"description": "A new commit was pushed to **${{ github.repository }}** on branch **${{ github.ref_name }}** — [view changes](https://github.com/${{ github.repository }}/commit/${{ github.sha }})",
2727
"color": 3447003,
2828
"fields": [
2929
{
@@ -48,11 +48,6 @@ jobs:
4848
{
4949
"name": "Commit",
5050
"value": "[`${{ github.sha }}`](https://github.com/${{ github.repository }}/commit/${{ github.sha }})"
51-
},
52-
{
53-
"name": "\u200b",
54-
"value": "\u200b",
55-
"inline": false
5651
}
5752
],
5853
"footer": {

0 commit comments

Comments
 (0)