|
|
|
@ -371,7 +371,8 @@ class GamesService
|
|
|
|
|
end
|
|
|
|
|
if content != last_content
|
|
|
|
|
content_modified = 1
|
|
|
|
|
code_file = @g.edit_file(@myshixun.gpid, current_user.login, :content => content, :file_path => path, :branch_name => "master", :commit_message => "auto commit")
|
|
|
|
|
code_file = @g.edit_file(@myshixun.gpid, current_user.login, :content => content, :file_path => path, :branch_name => "master",
|
|
|
|
|
:commit_message => (params[:evaluate] == 1 ? "commit by author" : "auto commit" ))
|
|
|
|
|
end
|
|
|
|
|
# REDO:是否有读写分离的问题
|
|
|
|
|
if record.present?
|
|
|
|
|