We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3beabef commit 8c476d9Copy full SHA for 8c476d9
src/Lavcode.Service.Gitee/GiteeConService.cs
@@ -189,7 +189,7 @@ protected async override Task<RepositoryItem> GetRepository()
189
res = await HttpClient.PostAsync($"user/repos", query: new
190
{
191
access_token = _token,
192
- repo = RepositoryConstant.GitStorageRepos,
+ name = RepositoryConstant.GitStorageRepos,
193
@private = true,
194
homepage = CommonConstant.HomeUrl,
195
description = "Lavcode 存储密码的仓库,请勿手动修改",
0 commit comments