mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
测试update_file
This commit is contained in:
@@ -57,6 +57,7 @@ class RepositoriesController < ApplicationController
|
||||
end
|
||||
|
||||
def update_file
|
||||
Rails.logger.info("##################_________params_____________#########{params}")
|
||||
interactor = Gitea::UpdateFileInteractor.call(current_user, params.merge(identifier: @project.identifier).compact)
|
||||
if interactor.success?
|
||||
@file = interactor.result
|
||||
|
||||
Reference in New Issue
Block a user