3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2024-12-17 13:47:20 +00:00

Update README.md

This commit is contained in:
Tonye Jack 2021-05-07 08:29:00 -04:00 committed by GitHub
parent d183729cfc
commit 37a7be0dd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Get all modified files relative to the default branch (`pull_request*` events) o
> NOTE: :warning: > NOTE: :warning:
> * For `push` events to work you need to include `fetch-depth: 0` **OR** `fetch-depth: 2` depending on your use case. > * 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 > * When using `persist-credentials: false` with `actions/checkout@v2` action
> you need to specify the `token` using the `token` input. > you need to specify a `token` using the `token` input.