Skip to content

Commit

Permalink
Made it simpler since github already has a nice embed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweattypalms committed Sep 10, 2024
1 parent 1076b0e commit 080cf5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: 'New commit pushed to {{ EVENT_PAYLOAD.repository.full_name }}
args: 'A new commit has been pushed!
Commit message: {{ EVENT_PAYLOAD.head_commit.message }}
Author: {{ EVENT_PAYLOAD.head_commit.author.name }}
Link: {{ EVENT_PAYLOAD.head_commit.url }}'
[Commit]({{ EVENT_PAYLOAD.head_commit.url }})'

0 comments on commit 080cf5e

Please sign in to comment.