mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-28 23:48:20 +00:00
fix: Update gitlab.go (#5512)
Signed-off-by: PePe Amengual <2208324+jamengual@users.noreply.github.com>
This commit is contained in:
@@ -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 == "" {
|
||||
|
||||
Reference in New Issue
Block a user