From 8a0216cea1f7f9590cb2b486c1de3898569a4b60 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 6 May 2021 08:55:56 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b8eb43f..90db2613 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ 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` for `actions/checkout@v2` you need to specify the `token` using the `token: "${{ ... }}"` input. +> * When using `persist-credentials: false` with `actions/checkout@v2` action +> you need to specify the `token` using the `token` input.