Create discord-commits.yml

This commit is contained in:
Steve Dogiakos 2022-02-26 15:24:51 -07:00
parent 80891f08ae
commit 1717152af9
1 changed files with 7 additions and 0 deletions

7
.github/discord-commits.yml vendored Normal file
View File

@ -0,0 +1,7 @@
- name: Discord Commits
uses: Sniddl/discord-commits@v1.3
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: "Successful commit to **{{ github.context.payload.repository.owner.name }}/{{ github.context.payload.repository.name}}**.\nDiff: {{ github.context.payload.compare }}"
embed: '{ "title": "{{ commit.title }}", "description": "{{ commit.description }}", "url": "{{ commit.url }}", "author": { "name": "{{ commit.author.name }} ({{ commit.author.username }})", "icon_url": "https://avatars.io/gravatar/{{ commit.author.email }}"} }'
last-commit-only: false