mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
tmp
This commit is contained in:
@@ -118,6 +118,7 @@ export const agentMode: Mode = {
|
||||
login: authenticatedUser.login,
|
||||
id: authenticatedUser.id,
|
||||
};
|
||||
console.log("yolo user auth", user);
|
||||
} catch (error: any) {
|
||||
// Check if this is a GitHub App token limitation
|
||||
if (
|
||||
|
||||
Reference in New Issue
Block a user