From 2693e63ae2f91b81adc27c1a040f2a6e42aecddc Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 20 Dec 2022 21:07:01 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ecccd30..301ba0d6 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Retrieve all changed files and directories relative to the target branch or the > * 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 `**/` (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). > * All multiline inputs should not use double or single qoutes since the value is already a string seperated by a newline character. See [Examples](#examples) for more information. +> * Ensure that `persist-credentials` is set to `true` when configuring `actions/checkout`. ```yaml name: CI