improve logging

This commit is contained in:
David Blass
2025-10-31 01:58:43 -04:00
parent 434458a068
commit 15a7154aea
13 changed files with 132 additions and 142 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export const PullRequestInfoTool = tool({
});
const data = pr.data;
const baseBranch = data.base.ref;
const headBranch = data.head.ref;