From 75d81ca6c2da28f2da5b9d38f535b7f57cacaf9a Mon Sep 17 00:00:00 2001 From: Chris Trzesniewski Date: Wed, 27 Mar 2024 10:16:10 +0100 Subject: [PATCH] debug --- src/write.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/write.ts b/src/write.ts index 0315a7592..abfe94ddd 100644 --- a/src/write.ts +++ b/src/write.ts @@ -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;