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