Skip to content

Delete .github/workflows/dispatch.yml #10

Delete .github/workflows/dispatch.yml

Delete .github/workflows/dispatch.yml #10

name: Trigger repository_dispatch
on:
push:
branches:
- main
- dev
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- run: gh api /repos/1eecan/pickple-log/dispatches -f event_type='dispatch_event'
env:
GH_TOKEN: ${{ secrets.ACTION_TOKEN }}