Skip to content

prep 1.06 - toc & cl #1

prep 1.06 - toc & cl

prep 1.06 - toc & cl #1

Workflow file for this run

name: Push Commits to Discord Webhook
on:
push:
# branches:
# - dev
paths-ignore:
- '.github/**'
jobs:
Discord_Notification:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Discord Commits
uses: Sniddl/[email protected]
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
message: "\u200B"
embed: '{ "title": "**{{ github.context.payload.repository.owner.name }}/{{ github.context.payload.repository.name}}**", "description": "[{{ commit.title }}]({{ commit.url }})\n{{ commit.description }}\n\nDiff: {{ github.context.payload.compare }}", "url": "{{ github.context.payload.repository.html_url }}", "author": { "name": "{{ commit.author.username }}", "icon_url": "https://github.com/{{ commit.author.username }}.png"} }'