Expose the created branch for downstream usage (#237)
* Expose the created branch for downstream usage * run bun format
This commit is contained in:
parent
0f9a2c4dc3
commit
b6868bfc27
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user