Skip to content

Commit 8c476d9

Browse files
committed
fix: 更新 gitee 创建仓库的协议
1 parent 3beabef commit 8c476d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lavcode.Service.Gitee/GiteeConService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ protected async override Task<RepositoryItem> GetRepository()
189189
res = await HttpClient.PostAsync($"user/repos", query: new
190190
{
191191
access_token = _token,
192-
repo = RepositoryConstant.GitStorageRepos,
192+
name = RepositoryConstant.GitStorageRepos,
193193
@private = true,
194194
homepage = CommonConstant.HomeUrl,
195195
description = "Lavcode 存储密码的仓库,请勿手动修改",

0 commit comments

Comments
 (0)