mirror of
https://github.com/jimathy/jim-payments.git
synced 2026-08-17 14:26:02 +01:00
17 lines
357 B
YAML
17 lines
357 B
YAML
name: Discord Commit Notifier
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- '*' # triggers on all branches
|
|
|
|
jobs:
|
|
notify:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Discord Commits
|
|
uses: Sniddl/discord-commits@v1.6
|
|
with:
|
|
webhook: ${{ secrets.DISCORD_WEBHOOK }}
|
|
template: "avatar-with-link"
|
|
include-extras: true |