Skip to content

Commit ac17a34

Browse files
committed
fix the syntax
1 parent 8b72ced commit ac17a34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/webhook.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: "Webhook Event example"
33
on:
44
repository_dispatch:
55
types:
6-
- custom_webhook
6+
- webhook
77

88

99
jobs:
1010
respond-to-dispatch:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- name Checkout repo
13+
- name: Checkout repo
1414
uses: actions/checkout@v2
1515
- name: Run a script
1616
run: echo "Event of type: $GITHUB_EVENT_NAME"

0 commit comments

Comments
 (0)