mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-04-19 13:33:34 -04:00
11 lines
212 B
YAML
11 lines
212 B
YAML
name: Notify
|
|
on:
|
|
push:
|
|
branches:
|
|
- develop
|
|
jobs:
|
|
call-notify-commit:
|
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
|
|
secrets:
|
|
PARROT_URL: ${{ secrets.PARROT_URL }}
|