File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Dispatch Event
2+
3+ on :
4+ push :
5+ branches :
6+ - main
7+
8+ jobs :
9+ dispatch :
10+ runs-on : ubuntu-latest
11+ steps :
12+ - name : Trigger repository_dispatch
13+ run : |
14+ curl -X POST \
15+ -H "Accept: application/vnd.github.v3+json" \
16+ -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
17+ https://api.github.com/repos/ClassIsland/classisland-hub-web/dispatches \
18+ -d '{"event_type":"classisland_hub_update"}'
Original file line number Diff line number Diff line change 6060 <sub><b>HelloWRC</b></sub>
6161 </a>
6262 </td>
63+ <td align="center">
64+ <a href="https://github.com/hello8693DSZ">
65+ <img src="https://avatars.githubusercontent.com/u/88492699?v=4" width="100;" alt="hello8693DSZ"/>
66+ <br />
67+ <sub><b>Hello8693</b></sub>
68+ </a>
69+ </td>
6370 <td align="center">
6471 <a href="https://github.com/LHGS-github">
6572 <img src="https://avatars.githubusercontent.com/u/92249708?v=4" width="100;" alt="LHGS-github"/>
You can’t perform that action at this time.
0 commit comments