fix: try fix empty outputs

[skip ci]
This commit is contained in:
Marcel S. Henselin 2026-03-27 17:54:17 +01:00
parent c51d00d825
commit e8165da58f

View file

@ -67,11 +67,11 @@ inputs:
outputs: outputs:
result: result:
value: "${{ steps.testrun.result }}" value: ${{ steps.testrun.outputs.result }}
description: "the output of the tests" description: "the output of the tests"
status: status:
value: "${{ steps.status.status }}" value: ${{ steps.status.outputs.status }}
description: "the status of the tests" description: "the status of the tests"
runs: runs: