Skip to content

Commit 81f5ae8

Browse files
committed
fix syntax
1 parent fb33a51 commit 81f5ae8

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,13 +3,13 @@ name: "Webhook Event example"
33
on:
44
repository_dispatch:
55
types:
6-
- custom_webhook
6+
- webhook
77

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

0 commit comments

Comments
 (0)