From 42f7377ae048824957f464cb6791bb7a48e0e39b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 19 Sep 2022 07:39:09 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96d246c4..261f934f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Retrieve all changed files and directories relative to the target branch (`pull_ > > * **IMPORTANT:** For `push` events you need to include `fetch-depth: 0` **OR** `fetch-depth: 2` depending on your use case. > * For monorepos where pulling all the branch history might not be desired, you can omit `fetch-depth` for `pull_request` events. +> * All multi line string patterns should be specified without quotes. See: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet > * 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