Skip to content

Commit

Permalink
Run the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdales committed Jan 11, 2023
1 parent c54c5a2 commit 7b1327b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`);
Expand Down

0 comments on commit 7b1327b

Please sign in to comment.