From 7b1327b4c44a8794dfc7573d60637cd60ce4b697 Mon Sep 17 00:00:00 2001 From: Josh Dales <30500472+joshdales@users.noreply.github.com> Date: Wed, 11 Jan 2023 17:12:22 -0500 Subject: [PATCH] Run the build command --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index b34fa8974..419436047 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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}`);