Fix typo in gitea downloader test and add missing codebase in ToGitServiceType (#33146)

This commit is contained in:
yp05327 2025-01-09 03:34:53 +09:00 committed by GitHub
parent 9c00e065a1
commit e177239529
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 13 additions and 3 deletions

View file

@ -36,6 +36,8 @@ func ToGitServiceType(value string) structs.GitServiceType {
return structs.OneDevService
case "gitbucket":
return structs.GitBucketService
case "codebase":
return structs.CodebaseService
case "codecommit":
return structs.CodeCommitService
default: