Skip to content

Commit 049eb4c

Browse files
add custom webhook
1 parent 18e1de6 commit 049eb4c

File tree

3 files changed

+1
-32
lines changed

3 files changed

+1
-32
lines changed

.github/workflows/custom-action.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/greetings.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.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-
- webhook
6+
- custom_webhook
77

88
jobs:
99
respond-to-dispatch:

0 commit comments

Comments
 (0)