3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-16 09:27:57 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2021-05-08 12:27:29 -04:00 committed by GitHub
parent e203fd51b1
commit c100db569a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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