From b6868bfc27c5ff8f88a20b52c6b53f4bbe83fa6c Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 11 Jul 2025 10:15:41 -0700 Subject: [PATCH] Expose the created branch for downstream usage (#237) * Expose the created branch for downstream usage * run bun format --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index a17b3b9..6a9342c 100644 --- a/action.yml +++ b/action.yml @@ -101,6 +101,9 @@ outputs: execution_file: description: "Path to the Claude Code execution output file" value: ${{ steps.claude-code.outputs.execution_file }} + branch_name: + description: "The branch created by Claude Code for this execution" + value: ${{ steps.prepare.outputs.CLAUDE_BRANCH }} runs: using: "composite"