Skip to content

Merge branch 'master' of github.com:CuteOne/BadRotations #36

Merge branch 'master' of github.com:CuteOne/BadRotations

Merge branch 'master' of github.com:CuteOne/BadRotations #36

name: Discord Notification
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- '.gitattributes'
- 'config.ld'
- 'README.md'
- 'LICENSE'
- 'Rotations/Old/**'
- 'Rotations/sample rotation.lua'
- 'System/API/**' # Temp Ignore API Folder
jobs:
Discord_notification:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run Discord Webhook
uses: mrrobotdotapp/classic-discord-webhook@main
with:
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
# threadId is optional and only if you want to post in a specific thread
# threadId: ${{ secrets.DISCORD_WEBHOOK_THREAD_ID }}