removed discord sync due to errors
This commit is contained in:
15
.github/workflows/discord_sync.yml
vendored
15
.github/workflows/discord_sync.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: Discord Webhook
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
git:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Run Discord Webhook
|
||||
uses: johnnyhuy/actions-discord-git-webhook@main
|
||||
with:
|
||||
webhook_url: ${{ secrets.WEBHOOK }}
|
||||
Reference in New Issue
Block a user