mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
修改仓库的设置和项目的设置不一致的问题
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user