diff --git a/src/completion/ci_variables.json b/src/completion/ci_variables.json index 6dc2ce3f356754df70b6e645e266167dd151c366..fbcea7fcc081e4ec41bc842db9e298c5dea0720a 100644 --- a/src/completion/ci_variables.json +++ b/src/completion/ci_variables.json @@ -129,7 +129,7 @@ }, { "name": "CI_ENVIRONMENT_SLUG", - "description": "The simplified version of the environment name, suitable for inclusion in DNS, URLs, Kubernetes labels, and so on. Available if [`environment:name`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/ci/variables/../yaml/README.md#environmentname) is set." + "description": "The simplified version of the environment name, suitable for inclusion in DNS, URLs, Kubernetes labels, and so on. Available if [`environment:name`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/doc/ci/variables/../yaml/README.md#environmentname) is set. The slug is [truncated to 24 characters](https://gitlab.com/gitlab-org/gitlab/-/issues/20941)." }, { "name": "CI_ENVIRONMENT_URL",