Fix refType documentation for GitHub webhooks (#3579)

This commit is contained in:
Antoine Augusti
2017-12-13 20:22:47 +01:00
committed by Daniel Nelson
parent 15266bb7eb
commit 9ad0297b1f

View File

@@ -45,7 +45,7 @@ The tag values and field values show the place on the incoming JSON object where
* 'forks' = `event.repository.forks_count` int
* 'issues' = `event.repository.open_issues_count` int
* 'ref' = `event.ref` string
* 'issues' = `event.ref_type` string
* 'refType' = `event.ref_type` string
#### [`delete` event](https://developer.github.com/v3/activity/events/types/#deleteevent)
@@ -61,7 +61,7 @@ The tag values and field values show the place on the incoming JSON object where
* 'forks' = `event.repository.forks_count` int
* 'issues' = `event.repository.open_issues_count` int
* 'ref' = `event.ref` string
* 'issues' = `event.ref_type` string
* 'refType' = `event.ref_type` string
#### [`deployment` event](https://developer.github.com/v3/activity/events/types/#deploymentevent)