Skip to content

Update notify.yml

Update notify.yml #2

Workflow file for this run

name: 'GitHub Notification'
on: [pull_request, workflow_dispatch]

Check failure on line 2 in .github/workflows/notify.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/notify.yml

Invalid workflow file

You have an error in your yaml syntax on line 2
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send Discord notification
uses: stegzilla/discord-notify@v2
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
title: GitHub Notification
message: Completed