This commit is contained in:
2024-09-05 15:28:08 +02:00
parent b7f5eb6d50
commit 8a1bbbe3b8
2 changed files with 29 additions and 2 deletions

View File

@@ -152,6 +152,7 @@ func (gitea *GiteaTransport) GetOrganizationRepositories(orgName string) ([]*mod
}
repos = append(repos, ret.Payload...)
page++
}
return repos, nil