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"