diff --git a/dist/index.js b/dist/index.js index 9c49a01..974c09b 100644 --- a/dist/index.js +++ b/dist/index.js @@ -38048,6 +38048,7 @@ function commitExists(octokit, branchName, commitSha) { owner, repo, sha: branchName, + per_page: 100, }); return commits.data.some((commit) => commit.sha === commitSha); }