Skip to content

Commit d99e3d4

Browse files
committed
wip: check
1 parent 8019a78 commit d99e3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25088,7 +25088,7 @@ async function run() {
2508825088
10
2508925089
);
2509025090
const sizeThreshold = parseInt(
25091-
core7.getInput("size-threshold") || "100000",
25091+
core7.getInput("size-threshold") || "-1",
2509225092
10
2509325093
);
2509425094
const duplicateThreshold = parseInt(

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async function run(): Promise<void> {
3131
10
3232
);
3333
const sizeThreshold = parseInt(
34-
core.getInput('size-threshold') || '100000',
34+
core.getInput('size-threshold') || '-1',
3535
10
3636
);
3737
const duplicateThreshold = parseInt(

0 commit comments

Comments
 (0)