Skip to content

Merge remote-tracking branch 'refs/remotes/origin/rework-ui' into rew… #21

Merge remote-tracking branch 'refs/remotes/origin/rework-ui' into rew…

Merge remote-tracking branch 'refs/remotes/origin/rework-ui' into rew… #21

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