Browse Source

修改create_service的错误

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
6436dcff9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/services/repositories/create_service.rb

+ 1
- 1
app/services/repositories/create_service.rb View File

@@ -17,7 +17,7 @@ class Repositories::CreateService < ApplicationService
if project.project_type == "common"
hook_params = {
active: true,
type: "gitea"
type: "gitea",
branch_filter: "",
config: {
content_type: "application/json",


Loading…
Cancel
Save