mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
FIX repository create file with token bug
This commit is contained in:
@@ -9,7 +9,8 @@ module Gitea
|
||||
attr_reader :error, :result
|
||||
|
||||
def initialize(token, owner, params)
|
||||
@owner = owner
|
||||
@token = token
|
||||
@owner = owner
|
||||
@params = params
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user