From d40596e5db2302f8bd180870610f0059a6e3ace2 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Fri, 2 Jun 2023 16:06:39 +0100 Subject: [PATCH] =?UTF-8?q?micromatch=20=E2=86=92=20minimatch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22cd0e8ef..9ccc53125 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ label1: 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. -> ⚠️ This action uses [micromatch](https://www.npmjs.com/package/micromatch) to apply glob patterns. +> ⚠️ This action uses [minimatch](https://www.npmjs.com/package/minimatch) to apply glob patterns. > For historical reasons, paths starting with dot (e.g. `.github`) are not matched by default. > You need to set `dot: true` to change this behavior. > See [Inputs](#inputs) table below for details.