mirror of
https://github.com/tmdinosaurcenter/bylaws.git
synced 2025-04-04 03:01:30 -06:00
Create discord-commits.yml
This commit is contained in:
parent
16e78115b4
commit
949feb2d1a
7
.github/discord-commits.yml
vendored
Normal file
7
.github/discord-commits.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user