From 8f01cb5faad617a1fcb81aa0c3db0a1aa07ab84f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Jun 2021 14:41:28 -0400 Subject: [PATCH] Updated README.md (#106) Co-authored-by: jackton1 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6ff2b78f..92a44d17 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ Retrieve all changed files relative to the default branch (`pull_request*` event > * **IMPORTANT:** For `push` events to work 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 name: CI