From 9ec19d55e9e85804693368941cc43ef77faddc81 Mon Sep 17 00:00:00 2001 From: PePe Amengual <2208324+jamengual@users.noreply.github.com> Date: Thu, 10 Apr 2025 13:36:44 -0700 Subject: [PATCH] fix: Update gitlab.go (#5512) Signed-off-by: PePe Amengual <2208324+jamengual@users.noreply.github.com> --- e2e/gitlab.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/gitlab.go b/e2e/gitlab.go index c12e91aba..7c9843ff2 100644 --- a/e2e/gitlab.go +++ b/e2e/gitlab.go @@ -46,7 +46,7 @@ func NewGitlabClient() *GitlabClient { } ownerName := os.Getenv("GITLAB_REPO_OWNER_NAME") if ownerName == "" { - ownerName = "run-atlantis" + ownerName = "runatlantis" } repoName := os.Getenv("GITLAB_REPO_NAME") if repoName == "" {