Skip to content

Commit 9d8b7d1

Browse files
committed
wip: check
1 parent 8019a78 commit 9d8b7d1

File tree

3 files changed

+109
-115
lines changed

3 files changed

+109
-115
lines changed

build/main.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25087,10 +25087,7 @@ async function run() {
2508725087
core7.getInput("dependency-threshold") || "10",
2508825088
10
2508925089
);
25090-
const sizeThreshold = parseInt(
25091-
core7.getInput("size-threshold") || "100000",
25092-
10
25093-
);
25090+
const sizeThreshold = parseInt(core7.getInput("size-threshold") || "-1", 10);
2509425091
const duplicateThreshold = parseInt(
2509525092
core7.getInput("duplicate-threshold") || "1",
2509625093
10

0 commit comments

Comments
 (0)