We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8019a78 commit d99e3d4Copy full SHA for d99e3d4
build/main.js
@@ -25088,7 +25088,7 @@ async function run() {
25088
10
25089
);
25090
const sizeThreshold = parseInt(
25091
- core7.getInput("size-threshold") || "100000",
+ core7.getInput("size-threshold") || "-1",
25092
25093
25094
const duplicateThreshold = parseInt(
src/main.ts
@@ -31,7 +31,7 @@ async function run(): Promise<void> {
31
32
33
34
- core.getInput('size-threshold') || '100000',
+ core.getInput('size-threshold') || '-1',
35
36
37
0 commit comments