diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-04 03:08:50 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-04 03:08:50 +0000 |
commit | bb19d18713d1b3da7d564826f5e21e8d9f9f36cd (patch) | |
tree | 253b299d67af8b585e1db009244ae308d64ad9b3 /doc/user/project/integrations | |
parent | 4fe93274dec62ff7361a67be88e320131d66b788 (diff) | |
download | gitlab-ce-bb19d18713d1b3da7d564826f5e21e8d9f9f36cd.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/project/integrations')
-rw-r--r-- | doc/user/project/integrations/webhooks.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/user/project/integrations/webhooks.md b/doc/user/project/integrations/webhooks.md index 794a68f6b8f..9423929d72f 100644 --- a/doc/user/project/integrations/webhooks.md +++ b/doc/user/project/integrations/webhooks.md @@ -458,12 +458,12 @@ X-Gitlab-Event: Note Hook }, "commit": { "id": "cfe32cf61b73a0d5e9f13e774abde7ff789b1660", - "message": "Add submodule\n\nSigned-off-by: Dmitriy Zaporozhets \u003cdmitriy.zaporozhets@gmail.com\u003e\n", + "message": "Add submodule\n\nSigned-off-by: Example User \u003cuser@example.com.com\u003e\n", "timestamp": "2014-02-27T10:06:20+02:00", "url": "http://example.com/gitlab-org/gitlab-test/commit/cfe32cf61b73a0d5e9f13e774abde7ff789b1660", "author": { - "name": "Dmitriy Zaporozhets", - "email": "dmitriy.zaporozhets@gmail.com" + "name": "Example User", + "email": "user@example.com" } } } |