-
Notifications
You must be signed in to change notification settings - Fork 937
config properties webhooks properties hooks hooks
GitHub Action edited this page Jan 8, 2025
·
9 revisions
v1.3.2
object
(hooks)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
callback | string |
Optional | cannot be null | Config |
events | array |
Optional | cannot be null | Config |
callback
specifies the URL to which the change data will be sent.
callback
-
is optional
-
cannot be null
string
events
is a list of events this hook listens for.
events
-
is optional
-
cannot be null
string[]
(events)