From fb46697b260560e3d8449a0fa5fa48683d66ea4d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 29 Nov 2021 16:02:29 -0500 Subject: [PATCH] Update README.md (#262) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a165b0a..e9b8d552 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,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 were pulling all the branch history might not be desired the `fetch-depth` can be omitted. +> * For monorepos were pulling all the branch history might not be desired the `fetch-depth` can be omitted for `pull_request` events. ```yaml name: CI