Skip to content

Commit 94fd6f2

Browse files
committed
Correct mistake in output
1 parent bfbc626 commit 94fd6f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/run-all-tests-with-coverage

.github/actions/run-all-tests-with-coverage/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
outputs:
1414
failures:
1515
description: 'Gets a value: `true` or `false` indicating whether or not the tests failed'
16-
value: ${{ steps.emit_output.failures }}
16+
value: ${{ steps.emit_output.outputs.failures }}
1717

1818
runs:
1919
using: 'composite'

0 commit comments

Comments
 (0)