Skip to content
- name: Send Discord notification to Server 1

Check failure on line 1 in .github/workflows/discord_notification.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/discord_notification.yml

Invalid workflow file

You have an error in your yaml syntax on line 1
env:
DISCORD_WEBHOOK_ID: ${{ secrets.URC_WEBHOOK_ID }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.URC_WEBHOOK_TOKEN }}
run: |
curl -v -X POST -H "Content-Type: application/json" -d "{\"content\": \"Static test message\"}" https://discord.com/api/webhooks/$URC_WEBHOOK_ID/$URC_WEBHOOK_TOKEN