mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
tmp
This commit is contained in:
@@ -88,6 +88,7 @@ export const agentMode: Mode = {
|
|||||||
let user = null;
|
let user = null;
|
||||||
|
|
||||||
// Check if bot_id is provided
|
// Check if bot_id is provided
|
||||||
|
console.log("yolobot", context.inputs.botId);
|
||||||
const botId = context.inputs.botId;
|
const botId = context.inputs.botId;
|
||||||
if (botId && botId !== String(GITHUB_ACTIONS_BOT_ID)) {
|
if (botId && botId !== String(GITHUB_ACTIONS_BOT_ID)) {
|
||||||
// Use custom bot_id - try to fetch user info
|
// Use custom bot_id - try to fetch user info
|
||||||
|
|||||||
Reference in New Issue
Block a user