File tree 1 file changed +2
-2
lines changed
plugins/inputs/webhooks/github
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ The tag values and field values show the place on the incoming JSON object where
45
45
* 'forks' = ` event.repository.forks_count ` int
46
46
* 'issues' = ` event.repository.open_issues_count ` int
47
47
* 'ref' = ` event.ref ` string
48
- * 'issues ' = ` event.ref_type ` string
48
+ * 'refType ' = ` event.ref_type ` string
49
49
50
50
#### [ ` delete ` event] ( https://developer.github.com/v3/activity/events/types/#deleteevent )
51
51
@@ -61,7 +61,7 @@ The tag values and field values show the place on the incoming JSON object where
61
61
* 'forks' = ` event.repository.forks_count ` int
62
62
* 'issues' = ` event.repository.open_issues_count ` int
63
63
* 'ref' = ` event.ref ` string
64
- * 'issues ' = ` event.ref_type ` string
64
+ * 'refType ' = ` event.ref_type ` string
65
65
66
66
#### [ ` deployment ` event] ( https://developer.github.com/v3/activity/events/types/#deploymentevent )
67
67
You can’t perform that action at this time.
0 commit comments