Skip to content

Commit fdba2d7

Browse files
committed
update webhook event type from 'custom_webhook' to 'webhook'
1 parent 4d5dba8 commit fdba2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webhook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Webhook Event example"
33
on:
44
repository_dispatch:
55
types:
6-
- custom_webhook
6+
- webhook
77

88
jobs:
99
respond-to-dispatch:

0 commit comments

Comments
 (0)