mirror of
https://github.com/tmdinosaurcenter/bylaws.git
synced 2025-04-04 03:01:30 -06:00
testing if this works
This commit is contained in:
parent
d3bb658d6a
commit
d6420c7dc3
21
.github/workflows/discord-commits.yml
vendored
21
.github/workflows/discord-commits.yml
vendored
@ -1,7 +1,18 @@
|
|||||||
- name: Discord Commits
|
on:
|
||||||
uses: Sniddl/discord-commits@v1.3
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
|
|
||||||
|
name: Discord Notification
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
notify:
|
||||||
|
name: Discord Notification
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- uses: fateyan/action-discord-notifier@v1
|
||||||
with:
|
with:
|
||||||
|
message-title: New Commits Pushed
|
||||||
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
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