Skip to content

Commit

Permalink
Build new
Browse files Browse the repository at this point in the history
  • Loading branch information
ApoorvGuptaAi committed Nov 6, 2023
1 parent 361deb1 commit 26159e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ function run() {
}
}
}
core.info("Checking diff contents : 7");
core.info("Checking diff contents");
const diffContains = core.getInput("diffContains");
const diffDoesNotContain = core.getInput("diffDoesNotContain");
const files = yield getDiff(octokit, github_1.context);
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function run() {
}
}

core.info("Checking diff contents : 7");
core.info("Checking diff contents");
const diffContains = core.getInput("diffContains");
const diffDoesNotContain = core.getInput("diffDoesNotContain");

Expand Down

0 comments on commit 26159e5

Please sign in to comment.