Run the build command

This commit is contained in:
Josh Dales
2023-01-11 17:12:22 -05:00
parent c54c5a2057
commit 7b1327b4c4

2
dist/index.js vendored
View File

@@ -232,7 +232,7 @@ function checkBranch(glob) {
}
core.debug(` checking "branch" pattern against ${branchName}`);
if (Array.isArray(glob)) {
const matchers = glob.map((g) => new minimatch_1.Minimatch(g));
const matchers = glob.map(g => new minimatch_1.Minimatch(g));
for (const matcher of matchers) {
if (matchBranchPattern(matcher, branchName)) {
core.debug(` "branch" patterns matched against ${branchName}`);