From da10fa121282dde2bcb9b65aeb8d1d3f64e73579 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 6 Aug 2024 15:50:24 +0200 Subject: [PATCH] feat: add possibility for actions to output json --- run/action.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/run/action.yaml b/run/action.yaml index 978306e..6f3d711 100644 --- a/run/action.yaml +++ b/run/action.yaml @@ -30,6 +30,11 @@ inputs: \* If using nixbuild.net, in particular, also make sure to configure their `nixbuild-action`. +outputs: + out: + value: ${{ steps.build.outputs.json }} + description: "JSON object from actions." + runs: using: "composite" steps: