Update README.md

This commit is contained in:
Tonye Jack 2021-05-24 16:02:02 -04:00 committed by GitHub
parent 7de38c4c75
commit d093818ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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