Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrz committed Mar 27, 2024
1 parent d231b43 commit 75d81ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/write.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ function buildAlertComment(
async function leaveComment(commitId: string, body: string, commentId: string, token: string) {
try {
core.debug('Sending comment:\n' + body);
core.debug('Boo');

const repoMetadata = getCurrentRepoMetadata();
const pr = github.context.payload.pull_request;
Expand Down

0 comments on commit 75d81ca

Please sign in to comment.