- {outputs.map((o) => (
+
+ {(step?.declared_outputs ?? []).length === 0 && (
+
No declared outputs.
+ )}
+ {(step?.declared_outputs ?? []).map((o) => (
- {o}
+ {o}
))}
-
- setNewOut(e.target.value)} />
-
-
+
Outputs are detected automatically from lines writing to $WORKFLOW_ENV.