Skip to content

Add YY mechanics and hopefully improved client commands #5

Add YY mechanics and hopefully improved client commands

Add YY mechanics and hopefully improved client commands #5

name: Notify Discord
on:
push:
branches:
- "*"
issues:
jobs:
notify:
runs-on: ubuntu-latest
if: github.repository_owner == 'XLabsProject'
steps:
- name: Send notification to Discord
uses: Ilshidur/action-discord@master
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_CI_BOT_WEBHOOK }}