We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1076b0e commit 080cf5eCopy full SHA for 080cf5e
.github/workflows/rust.yml
@@ -60,8 +60,6 @@ jobs:
60
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
61
uses: Ilshidur/action-discord@master
62
with:
63
- args: 'New commit pushed to {{ EVENT_PAYLOAD.repository.full_name }}
+ args: 'A new commit has been pushed!
64
65
- Commit message: {{ EVENT_PAYLOAD.head_commit.message }}
66
- Author: {{ EVENT_PAYLOAD.head_commit.author.name }}
67
- Link: {{ EVENT_PAYLOAD.head_commit.url }}'
+ [Commit]({{ EVENT_PAYLOAD.head_commit.url }})'
0 commit comments