diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-03 03:08:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-03 03:08:31 +0000 |
commit | 612a849a6cba1765bc41d30d4e931195dcdf64cf (patch) | |
tree | e4062e4c9852496b731a7de9016553b64a7a433d /doc/system_hooks | |
parent | bd8fb5668ae739a83d55ec5ca4a04344eef2167e (diff) | |
download | gitlab-ce-612a849a6cba1765bc41d30d4e931195dcdf64cf.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/system_hooks')
-rw-r--r-- | doc/system_hooks/system_hooks.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/system_hooks/system_hooks.md b/doc/system_hooks/system_hooks.md index c2121697ed4..ccab1a2267c 100644 --- a/doc/system_hooks/system_hooks.md +++ b/doc/system_hooks/system_hooks.md @@ -41,7 +41,7 @@ for Push and Tag events, but we never display commits. **Request header**: -``` +```plaintext X-Gitlab-Event: System Hook ``` @@ -396,7 +396,7 @@ It generates one event per modified branch. **Request header**: -``` +```plaintext X-Gitlab-Event: System Hook ``` @@ -462,7 +462,7 @@ It generates one event per modified tag. **Request header**: -``` +```plaintext X-Gitlab-Event: System Hook ``` @@ -516,7 +516,7 @@ updated/merged/closed or a commit is added in the source branch. **Request header**: -``` +```plaintext X-Gitlab-Event: System Hook ``` @@ -643,7 +643,7 @@ Triggered only once when you push to the repository (including tags). **Request header**: -``` +```plaintext X-Gitlab-Event: System Hook ``` |