fixes
This commit is contained in:
@@ -108,7 +108,7 @@ func processConfiguredRepositoryAction(action *common.RepositoryWebhookEvent, co
|
||||
}
|
||||
|
||||
if _, err := fs.Stat(os.DirFS(git.GetPath()), config.GitProjectName); errors.Is(err, os.ErrNotExist) {
|
||||
common.PanicOnError(git.GitClone(gitPrj, config.Branch, prjGitRepo.SSHURL))
|
||||
common.PanicOnError(git.GitClone(gitPrj, gitBranch, prjGitRepo.SSHURL))
|
||||
}
|
||||
|
||||
switch action.Action {
|
||||
|
||||
Reference in New Issue
Block a user