From e5890a16d1b6dfc0f3e588447fb5ce01102c302d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 25 Jun 2021 07:24:10 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 073cc315..14d9f74a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Retrieve all changed files relative to the default branch (`pull_request*` based > NOTE: :warning: > -> * **IMPORTANT:** For `push` events to work you need to include `fetch-depth: 0` **OR** `fetch-depth: 2` depending on your use case. +> * **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. ```yaml