fix: expose conclusion output (#1549)

This commit is contained in:
Minh Vu
2026-08-07 07:58:52 -07:00
committed by GitHub
parent 7764306e92
commit ecf573bd65
2 changed files with 18 additions and 0 deletions
+3
View File
@@ -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 }}