Skip to content

chore(github): actions fix #26

chore(github): actions fix

chore(github): actions fix #26

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 }}