Merge branch 'main' into lunny/issue_dev

This commit is contained in:
Lunny Xiao
2024-10-14 02:51:32 +08:00
committed by GitHub
188 changed files with 5602 additions and 640 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ func HookPostReceive(ctx *gitea_context.PrivateContext) {
return
}
cols := make([]string, 0, len(opts.GitPushOptions))
cols := make([]string, 0, 2)
if isPrivate.Has() {
repo.IsPrivate = isPrivate.Value()