diff --git a/.github/actions/acc_test/action.yaml b/.github/actions/acc_test/action.yaml index 30d82776..79f82298 100644 --- a/.github/actions/acc_test/action.yaml +++ b/.github/actions/acc_test/action.yaml @@ -67,11 +67,11 @@ inputs: outputs: result: - value: "${{ steps.testrun.result }}" + value: ${{ steps.testrun.outputs.result }} description: "the output of the tests" status: - value: "${{ steps.status.status }}" + value: ${{ steps.status.outputs.status }} description: "the status of the tests" runs: