From 9ad0297b1faac096f8ab66d8f037157f1ffc8af8 Mon Sep 17 00:00:00 2001 From: Antoine Augusti Date: Wed, 13 Dec 2017 20:22:47 +0100 Subject: [PATCH] Fix refType documentation for GitHub webhooks (#3579) --- plugins/inputs/webhooks/github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/inputs/webhooks/github/README.md b/plugins/inputs/webhooks/github/README.md index 908d92a63..5115d287c 100644 --- a/plugins/inputs/webhooks/github/README.md +++ b/plugins/inputs/webhooks/github/README.md @@ -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)