json-output ยท diff

git:20260413.140c6fb to git:20260521.e284759

2 added, 3 removed. Audit A to A.

---
name: json-output
description: Echo all resolved inputs as a JSON object through the cli-tool adapter.
source:
type: cli-tool
- command: node
+ command: sh
args:
- - -e
- - "process.stdout.write(JSON.stringify(JSON.parse(process.env.RUNX_INPUTS_JSON ?? '{}')))"
+ - ./run.sh
timeout_seconds: 10
inputs: {}
---
Emit the resolved inputs as structured JSON.