From 80cb5a3de43c4f87335216a4c3595808b52bc528 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 15 Jan 2022 02:08:17 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3946d641..692f3e68 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Retrieve all changed files relative to the default branch (`pull_request*` based > * **IMPORTANT:** For `push` events you need to include `fetch-depth: 0` **OR** `fetch-depth: 2` depending on your use case. > * When using `persist-credentials: false` with `actions/checkout@v2` you'll need to specify a `token` using the `token` input. > * For monorepos where pulling all the branch history might not be desired, you can omit `fetch-depth` for `pull_request` events. -> * For files located in a sub-directory ensure that the pattern specified contains `**` to match any preceding directories or explicitly pass the full path relative to the project root. See: [#314](https://github.com/tj-actions/changed-files/issues/314) +> * For files located in a sub-directory ensure that the pattern specified contains `**` (globstar) to match any preceding directories or explicitly pass the full path relative to the project root. See: [#314](https://github.com/tj-actions/changed-files/issues/314) ```yaml name: CI