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: