This commit is contained in:
6543 2023-06-23 15:03:27 +02:00
parent df18780b5a
commit 183ce4c5d4
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ func (gh *GitHub) Generate() (string, []Entry, error) {
perPage := 100
for {
result, _, err := client.Issues.ListByRepo(ctx, "owner", "repo", &github.IssueListByRepoOptions{
result, _, err := client.Issues.ListByRepo(ctx, repoParts[0], repoParts[1], &github.IssueListByRepoOptions{
ListOptions: github.ListOptions{
Page: p,
PerPage: perPage,