From e05b7c1927677f76eaddd2b570f5fe402b4e9b38 Mon Sep 17 00:00:00 2001 From: Alexander Kachkaev Date: Fri, 4 Feb 2022 14:45:39 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac1102aa..52380463 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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) for apply globs. +> ⚠️ This action uses [micromatch](https://www.npmjs.com/package/micromatch) to apply globs. > 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.