mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-07 21:51:42 +08:00
修改上链操作的reponame为id
This commit is contained in:
@@ -29,7 +29,7 @@ class Repositories::CreateService < ApplicationService
|
||||
chain_params = {
|
||||
type: "create",
|
||||
ownername: user.try(:login),
|
||||
reponame: @repository.try(:identifier)
|
||||
reponame: @repository.try(:id)
|
||||
}
|
||||
ProjectCreateChainJob.perform_later(chain_params) #创建上链操作
|
||||
#暂时gitea的hook功能未完善
|
||||
|
||||
Reference in New Issue
Block a user