Skip to content

Commit 080cf5e

Browse files
committed
Made it simpler since github already has a nice embed
1 parent 1076b0e commit 080cf5e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/rust.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ jobs:
6060
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
6161
uses: Ilshidur/action-discord@master
6262
with:
63-
args: 'New commit pushed to {{ EVENT_PAYLOAD.repository.full_name }}
63+
args: 'A new commit has been pushed!
6464
65-
Commit message: {{ EVENT_PAYLOAD.head_commit.message }}
66-
Author: {{ EVENT_PAYLOAD.head_commit.author.name }}
67-
Link: {{ EVENT_PAYLOAD.head_commit.url }}'
65+
[Commit]({{ EVENT_PAYLOAD.head_commit.url }})'

0 commit comments

Comments
 (0)