Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/system_hooks/system_hooks.md')
-rw-r--r--doc/system_hooks/system_hooks.md10
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
```