Skip to content

Commit d40596e

Browse files
committed
micromatch → minimatch
1 parent 639ba81 commit d40596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ label1:
4040

4141
From a boolean logic perspective, top-level match objects are `OR`-ed together and individual match rules within an object are `AND`-ed. Combined with `!` negation, you can write complex matching rules.
4242

43-
> ⚠️ This action uses [micromatch](https://www.npmjs.com/package/micromatch) to apply glob patterns.
43+
> ⚠️ This action uses [minimatch](https://www.npmjs.com/package/minimatch) to apply glob patterns.
4444
> For historical reasons, paths starting with dot (e.g. `.github`) are not matched by default.
4545
> You need to set `dot: true` to change this behavior.
4646
> See [Inputs](#inputs) table below for details.

0 commit comments

Comments
 (0)