Skip to content

Commit

Permalink
chore(utils): remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed May 20, 2024
1 parent 212eeff commit 4da76b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function unpackInputs(): Inputs {
head: { sha: head_sha, ref }
} = github.context.payload.pull_request as any;

console.log(github.context.payload.repository);
const owner = github.context.payload.repository?.owner.login;
const repo = github.context.payload.repository?.name;

Expand Down

0 comments on commit 4da76b3

Please sign in to comment.