fix: Update gitlab.go (#5512)

Signed-off-by: PePe Amengual <2208324+jamengual@users.noreply.github.com>
This commit is contained in:
PePe Amengual
2025-04-10 13:36:44 -07:00
committed by GitHub
parent 7a309133f3
commit 9ec19d55e9

View File

@@ -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 == "" {