From a9723f45eafe66762ec610185bcce6c23a280251 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 18 Jun 2021 14:34:42 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92a44d17..6ff2b78f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ 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