Skip to content

Commit f62e381

Browse files
committed
feat: rename threshold inputs for consistency
1 parent c28e620 commit f62e381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ inputs:
6363
description: 'Tool to be included as link in the report'
6464
required: false
6565
default: "scorecard-visualizer"
66-
possitiveThreshold:
66+
positive-threshold:
6767
description: 'Threshold to consider a score as positive'
6868
required: false
6969
default: "1"
70-
negativeThreshold:
70+
negative-threshold:
7171
description: 'Threshold to consider a score as negative'
7272
required: false
7373
default: "1"

0 commit comments

Comments
 (0)