forked from NYANDEV/forgejo
Fix Migrate Description - backport (#17727)
This commit is contained in:
parent
6f3596e33c
commit
7be2d7b136
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ func (g *GiteaLocalUploader) CreateRepo(repo *base.Repository, opts base.Migrate
|
|||
return err
|
||||
}
|
||||
r.DefaultBranch = repo.DefaultBranch
|
||||
r.Description = repo.Description
|
||||
|
||||
r, err = repository.MigrateRepositoryGitData(g.ctx, owner, r, base.MigrateOptions{
|
||||
RepoName: g.repoName,
|
||||
|
|
Loading…
Reference in a new issue