mirror of
https://github.com/Dictionarry-Hub/schema.git
synced 2026-05-03 06:14:17 +02:00
11 lines
209 B
YAML
11 lines
209 B
YAML
name: Notify
|
|
on:
|
|
push:
|
|
branches:
|
|
- "**"
|
|
jobs:
|
|
call-notify-commit:
|
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
|
|
secrets:
|
|
PARROT_URL: ${{ secrets.PARROT_URL }}
|