From c100db569ad3cea5822e8a11df785a2c2d1bda01 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 8 May 2021 12:27:29 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf1d007d..5f5e46e4 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ Get all modified files relative to the default branch (`pull_request*` events) o > NOTE: :warning: > * 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` action -> you need to specify a `token` using the `token` input. +> * When using `persist-credentials: false` with `actions/checkout@v2` +> +> you'll need to specify a `token` using the `token` input.