Skip to content

Commit

Permalink
fix: 更新 gitee 创建仓库的协议
Browse files Browse the repository at this point in the history
  • Loading branch information
hal-wang committed Jul 27, 2024
1 parent 3beabef commit 8c476d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lavcode.Service.Gitee/GiteeConService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ protected async override Task<RepositoryItem> GetRepository()
res = await HttpClient.PostAsync($"user/repos", query: new
{
access_token = _token,
repo = RepositoryConstant.GitStorageRepos,
name = RepositoryConstant.GitStorageRepos,
@private = true,
homepage = CommonConstant.HomeUrl,
description = "Lavcode 存储密码的仓库,请勿手动修改",
Expand Down

0 comments on commit 8c476d9

Please sign in to comment.