diff --git a/dist/index.js b/dist/index.js index 8702aa1b..ca024d77 100644 --- a/dist/index.js +++ b/dist/index.js @@ -197,7 +197,7 @@ function checkAny(changedFiles, globs, dot) { } // equivalent to "Array.every()" but expanded for debugging and clarity function checkAll(changedFiles, globs, dot) { - const matchers = globs.map(g => new minimatch_1.Minimatch(g), { dot }); + const matchers = globs.map(g => new minimatch_1.Minimatch(g, { dot })); core.debug(` checking "all" patterns`); for (const changedFile of changedFiles) { if (!isMatch(changedFile, matchers)) {