mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
feat: add GitHub Actions workflow for notifying groups on push to 1080p-Encode branch
This commit is contained in:
18
.github/workflows/notify-groups.yml
vendored
Normal file
18
.github/workflows/notify-groups.yml
vendored
Normal 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 }}"}'
|
||||||
Reference in New Issue
Block a user