Skip to content

Commit 9d2e242

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 524e1d7 commit 9d2e242

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/webhooks/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ several special headers:
9696

9797
Header | Description
9898
-------|-------------|
99-
`X-Github-Event`| Name of the [event][events-section] that triggered this delivery.
99+
`X-GitHub-Event`| Name of the [event][events-section] that triggered this delivery.
100100
`X-Hub-Signature`| HMAC hex digest of the payload, using [the hook's `secret`][repo-hooks-create] as the key (if configured).
101-
`X-Github-Delivery`| Unique ID for this delivery.
101+
`X-GitHub-Delivery`| Unique ID for this delivery.
102102

103103
Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
104104

@@ -112,7 +112,7 @@ Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
112112
> User-Agent: GitHub-Hookshot/044aadd
113113
> Content-Type: application/json
114114
> Content-Length: 6615
115-
> X-Github-Event: issues
115+
> X-GitHub-Event: issues
116116
117117
> {
118118
> "action": "opened",

0 commit comments

Comments
 (0)