File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ several special headers:
9696
9797Header | 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
103103Also, 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",
You can’t perform that action at this time.
0 commit comments