File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ Header | Description
104
104
` X-Hub-Signature ` | HMAC hex digest of the payload, using [ the hook's ` secret ` ] ( /v3/repos/hooks/#create-a-hook ) as the key (if configured).
105
105
` X-Github-Delivery ` | Unique ID for this delivery.
106
106
107
- Also, the ` User-Agent ` for the requests will have the prefix ` GitHub Hookshot ` .
107
+ Also, the ` User-Agent ` for the requests will have the prefix ` GitHub- Hookshot/ ` .
108
108
109
109
#### Example delivery
110
110
@@ -113,7 +113,7 @@ POST /payload HTTP/1.1
113
113
114
114
Host: localhost:4567
115
115
X-Github-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958
116
- User-Agent: GitHub Hookshot 044aadd
116
+ User-Agent: GitHub- Hookshot/ 044aadd
117
117
Content-Type: application/json
118
118
Content-Length: 6615
119
119
X-Github-Event: issues
You can’t perform that action at this time.
0 commit comments