fix: try fix empty outputs
[skip ci]
This commit is contained in:
parent
c51d00d825
commit
e8165da58f
1 changed files with 2 additions and 2 deletions
4
.github/actions/acc_test/action.yaml
vendored
4
.github/actions/acc_test/action.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue