Skip to content

Commit

Permalink
bugfix: Handle large workflow that has over 30 jobs (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 authored Nov 18, 2023
2 parents 3475922 + 03ed6b3 commit baa62e0
Show file tree
Hide file tree
Showing 3 changed files with 150 additions and 2 deletions.
148 changes: 147 additions & 1 deletion deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/post.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export const fetchWorkflowRunJobs = async (
repo,
run_id: runId,
attempt_number: runAttempt,
per_page: 100,
});
return workflowJob.data.jobs;
};

0 comments on commit baa62e0

Please sign in to comment.