We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcf23d commit de28765Copy full SHA for de28765
.github/workflows/dispatch.yml
@@ -2,7 +2,7 @@ name: Repository Dispatch
2
3
on:
4
repository_dispatch:
5
- types: [ demo_event ]
+ types: [ dispatch_event ]
6
7
jobs:
8
sync:
.github/workflows/dispatch_to_1eecan.yml renamed to .github/workflows/trigger_dispatch.yml
@@ -3,12 +3,13 @@ name: Trigger repository_dispatch
push:
branches:
+ - main
- dev
9
10
trigger:
11
runs-on: ubuntu-latest
12
steps:
- - run: gh api /repos/1eecan/pickple-front/dispatches -f event_type='demo_event'
13
+ - run: gh api /repos/dlwl98/pickple-front/dispatches -f event_type='dispatch_event'
14
env:
15
GITHUB_TOKEN: ${{ secrets.ACTION_TOKEN }}
0 commit comments