Merge branch 'stable' of https://github.com/Dictionarry-Hub/database into 1080p-Encode

This commit is contained in:
Sam Chau
2024-12-22 19:14:45 +10:30

18
.github/workflows/notify-groups.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: Notify Groups
on:
push:
branches:
- 1080p-Encode
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: Dictionarry-Hub/groups
event-type: database-updated
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'