Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
korniychuk committed Dec 14, 2023
1 parent 20057b2 commit ea88a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38048,6 +38048,7 @@ function commitExists(octokit, branchName, commitSha) {
owner,
repo,
sha: branchName,
per_page: 100,
});
return commits.data.some((commit) => commit.sha === commitSha);
}
Expand Down

0 comments on commit ea88a0c

Please sign in to comment.