Skip to content

Update CHANGELOG.md #80

Update CHANGELOG.md

Update CHANGELOG.md #80

Workflow file for this run

name: Discord notification
on:
push:
branches: [ "master" ]
workflow_dispatch:
jobs:
notify-discord-server:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Discord Commits
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.WEBHOOK_LINK }}
message: ""
embed: '{"title":"{{ commit.title }}","description":"{{ commit.description }}\n[View changes]({{ github.context.payload.compare }})","url":"{{ commit.url }}"}'