Update webhooks.md to include `tag` in payload (#3432)

This commit is contained in:
Jed Verity 2017-06-02 12:56:50 -04:00 committed by Misty Stanley-Jones
parent 571d2354c8
commit 5fda3f95cb
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,8 @@ example webhook below generates an HTTP POST that delivers a JSON payload:
"..." "..."
], ],
"pushed_at": 1.417566161e+09, "pushed_at": 1.417566161e+09,
"pusher": "trustedbuilder" "pusher": "trustedbuilder",
"tag": "latest"
}, },
"repository": { "repository": {
"comment_count": "0", "comment_count": "0",