Skip to content

Commit 814e950

Browse files
committed
init
1 parent 0a03099 commit 814e950

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/backend/server/routes/publish.post.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export default eventHandler(async (event) => {
210210
checkRunUrl = html_url!;
211211
}
212212

213+
console.log("isPullRequest", isPullRequest(workflowData.ref), workflowData);
213214
if (isPullRequest(workflowData.ref)) {
214215
let prevComment: OctokitComponents["schemas"]["issue-comment"];
215216

0 commit comments

Comments
 (0)