Skip to content

Commit 05a4997

Browse files
committed
Increase job list limit
1 parent ad464ff commit 05a4997

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ const { data: jobList } = await octokit.rest.actions.listJobsForWorkflowRun({
4444
owner,
4545
repo,
4646
run_id: current_run_id,
47+
per_page: 100,
4748
});
4849

4950
for (const job of jobList.jobs) {

0 commit comments

Comments
 (0)