Expose the created branch for downstream usage (#237)

* Expose the created branch for downstream usage

* run bun format
This commit is contained in:
David Wells
2025-07-11 10:15:41 -07:00
committed by GitHub
parent 0f9a2c4dc3
commit b6868bfc27

View File

@@ -101,6 +101,9 @@ outputs:
execution_file: execution_file:
description: "Path to the Claude Code execution output file" description: "Path to the Claude Code execution output file"
value: ${{ steps.claude-code.outputs.execution_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: runs:
using: "composite" using: "composite"