Skip to content

init webhook

init webhook #1

Workflow file for this run

on:
pull_request:
types: [opened, reopened, synchronize]
push:
branches:
- main
paths:
- "src/**"
- ".github/workflows/discord-webhook.yml"
jobs:

Check failure on line 10 in .github/workflows/discord-webook.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/discord-webook.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
- name: Discord notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK_URL }}
uses: Ilshidur/action-discord@master