From d093818ffe12580031c6045315db843ac90d39fb Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 24 May 2021 16:02:02 -0400 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 24638a4d..83c3d3a1 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,12 @@ Retrieve all changed, added, modified and deleted files relative to the default ## Usage -> 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` -> -> you'll need to specify a `token` using the `token` input. +> NOTE: :warning: +> * **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