Skip to content

Add 入乡随俗但是欢迎自己.png from group ClassIsland #18

Add 入乡随俗但是欢迎自己.png from group ClassIsland

Add 入乡随俗但是欢迎自己.png from group ClassIsland #18

Workflow file for this run

name: Dispatch Event
on:
push:
branches:
- main
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Trigger repository_dispatch
run: |
curl -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.HUB_DEPLOY_PAT }}" \
https://api.github.com/repos/ClassIsland/classisland-hub-web/dispatches \
-d '{"event_type":"classisland_hub_update"}'