Skip to content

Commit

Permalink
📝 for the new non-functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jan 25, 2023
1 parent 5099723 commit b94000f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ function run() {
// get information on everything
const token = core.getInput("github-token", { required: true });
const github = new GitHub(token, {});
console.log(context);
// Check if the body contains required string
const bodyContains = core.getInput("bodyContains");
const bodyDoesNotContain = core.getInput("bodyDoesNotContain");
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit b94000f

Please sign in to comment.