minor bun format

This commit is contained in:
Kashyap Murali
2025-08-20 13:25:04 -07:00
parent c72a45a95f
commit 2ad58b133a

View File

@@ -61,7 +61,7 @@ async function run() {
}); });
// MCP config is handled by individual modes (tag/agent) and included in their claude_args output // 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 // Expose the GitHub token (Claude App token) as an output
core.setOutput("github_token", githubToken); core.setOutput("github_token", githubToken);