From 2ad58b133affaaf43c5e59f5e2ad586a36515462 Mon Sep 17 00:00:00 2001 From: Kashyap Murali <13315300+katchu11@users.noreply.github.com> Date: Wed, 20 Aug 2025 13:25:04 -0700 Subject: [PATCH] minor bun format --- src/entrypoints/prepare.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entrypoints/prepare.ts b/src/entrypoints/prepare.ts index 7c3e8d5..9b06370 100644 --- a/src/entrypoints/prepare.ts +++ b/src/entrypoints/prepare.ts @@ -61,7 +61,7 @@ async function run() { }); // MCP config is handled by individual modes (tag/agent) and included in their claude_args output - + // Expose the GitHub token (Claude App token) as an output core.setOutput("github_token", githubToken);