Skip to content

Commit

Permalink
updated package file for f95673b
Browse files Browse the repository at this point in the history
  • Loading branch information
phish108 committed Jan 9, 2021
1 parent f95673b commit b161ec1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5882,12 +5882,12 @@ async function checkCommits(github, context, extras) {

let changeLog;

console.log(JSON.stringify(context, null, 2));
console.log(head);
console.log(base);
// console.log(JSON.stringify(context, null, 2));
// console.log(head);
// console.log(base);

console.log(owner);
console.log(repo);
// console.log(owner);
// console.log(repo);

try {
if (context.payload.pull_request) {
Expand All @@ -5908,7 +5908,7 @@ async function checkCommits(github, context, extras) {
}
}
catch (err) {
console.log("fail to compare the context commits");
console.log("failed to compare the context commits");

throw err;
}
Expand Down

0 comments on commit b161ec1

Please sign in to comment.