Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy authored Oct 26, 2021
1 parent 64af21f commit b820d6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ module.exports = async function run() {
pull_number: contextPullRequest.number,
per_page: 2
});

console.log(commits);

if (commits.length === 1) {
try {
Expand Down

0 comments on commit b820d6d

Please sign in to comment.