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 b1e02de879
commit 5f6a657809
1 changed files with 2 additions and 2 deletions

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)