Skip to content

rewrite: adapt to new ui #16

rewrite: adapt to new ui

rewrite: adapt to new ui #16

Workflow file for this run

name: "Discord Commit"
on: [push]
jobs:
discord_notification:
if: github.event.repository.default_branch == github.ref_name
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Run Discord Webhook
uses: solareon/discord-commits@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}