mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
11 lines
194 B
YAML
11 lines
194 B
YAML
name: Notify
|
|
on:
|
|
push:
|
|
branches:
|
|
- "**"
|
|
jobs:
|
|
notify:
|
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
|
secrets:
|
|
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|