mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-08-22 03:18:54 +08:00
fix: expose conclusion output (#1549)
This commit is contained in:
@@ -167,6 +167,9 @@ inputs:
|
||||
default: ""
|
||||
|
||||
outputs:
|
||||
conclusion:
|
||||
description: "Execution status of Claude Code ('success' or 'failure')"
|
||||
value: ${{ steps.run.outputs.conclusion }}
|
||||
execution_file:
|
||||
description: "Path to the Claude Code execution output file"
|
||||
value: ${{ steps.run.outputs.execution_file }}
|
||||
|
||||
Reference in New Issue
Block a user