修改仓库的设置和项目的设置不一致的问题

This commit is contained in:
sylor_huang@126.com 2020-04-13 14:11:51 +08:00
parent c6ebb6aeea
commit a977e559b9
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ class Repositories::CreateService < ApplicationService
def gitea_repository_params
hash = {
name: params[:identifier],
private: !params[:hidden],
private: params[:hidden],
# readme: "ReadMe",
"auto_init": true,
# "description": "string",