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/api/runners.md')
-rw-r--r--doc/api/runners.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/runners.md b/doc/api/runners.md
index 7c2bceb70eb..dba37edcb01 100644
--- a/doc/api/runners.md
+++ b/doc/api/runners.md
@@ -395,7 +395,7 @@ Example response:
"status": "running",
"stage": "test",
"name": "test",
- "ref": "master",
+ "ref": "main",
"tag": false,
"coverage": null,
"created_at": "2017-11-16T08:50:29.000Z",
@@ -439,7 +439,7 @@ Example response:
"pipeline": {
"id": 2,
"sha": "97de212e80737a608d939f648d959671fb0a0142",
- "ref": "master",
+ "ref": "main",
"status": "running"
},
"project": {