Skip to content

Commit 8a8e415

Browse files
committed
Fix --average-time input
1 parent 385d1e5 commit 8a8e415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ inputs:
3131
- list
3232
- gradle
3333
default: 'list'
34-
averageTime:
34+
average-time:
3535
description: Use the average test time from tests with JUnit reports for tests without JUnit reports (boolean)
3636
required: false
3737
type: boolean

0 commit comments

Comments
 (0)