Skip to content

Commit

Permalink
Fix a parameter for calling API
Browse files Browse the repository at this point in the history
  • Loading branch information
whywaita committed Jan 15, 2025
1 parent 26510de commit e7a8152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gh/workflow_run.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func ListWorkflowRunsNewest(ctx context.Context, client *github.Client, owner, r
var opts = &github.ListWorkflowRunsOptions{
ListOptions: github.ListOptions{
Page: 0,
PerPage: 10,
PerPage: 100,
},
}

Expand Down

0 comments on commit e7a8152

Please sign in to comment.