Skip to content

Merge pull request #30 from MilesONerd/devin/1738535058-node-esm-conv… #24

Merge pull request #30 from MilesONerd/devin/1738535058-node-esm-conv…

Merge pull request #30 from MilesONerd/devin/1738535058-node-esm-conv… #24

Workflow file for this run

name: Notify Bot on Change
on:
push:
branches:
- master
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send repository_dispatch event to the bot repository
run: |
curl -X POST https://api.github.com/repos/closure-next/bot/dispatches \
-H "Accept: application/vnd.github.v3+json" \
-H "Authorization: token ${{ secrets.TOKEN_GITHUB }}" \
-d '{"event_type": "update-closure-next"}'