From cc47c8baef5bc5b1c1c8ea604c7f52cb1353acbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:11:56 -0700 Subject: [PATCH] tmp --- src/modes/agent/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modes/agent/index.ts b/src/modes/agent/index.ts index 29d60d0..6a4f1c3 100644 --- a/src/modes/agent/index.ts +++ b/src/modes/agent/index.ts @@ -88,6 +88,7 @@ export const agentMode: Mode = { let user = null; // Check if bot_id is provided + console.log("yolobot", context.inputs.botId); const botId = context.inputs.botId; if (botId && botId !== String(GITHUB_ACTIONS_BOT_ID)) { // Use custom bot_id - try to fetch user info