Skip to content

New support screen #104

New support screen

New support screen #104

Workflow file for this run

name: Discord notifier
on:
pull_request:
branches:
- main
push:
tags:
- '**'
jobs:
Notify-Discord:
runs-on: ubuntu-latest
steps:
- name: Notify Discord
uses: rjstone/discord-webhook-notify@v1
with:
severity: info
webhookUrl: ${{ secrets.DISCORD_WEBHOOK }}