mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
Update README.md
This commit is contained in:
parent
3db7129dbc
commit
fbbf180f25
1 changed files with 0 additions and 14 deletions
14
README.md
14
README.md
|
@ -5,18 +5,6 @@ changed-files
|
|||
|
||||
Retrieve all changed files relative to the default branch (`pull_request*` events) or a previous commit (`push` event).
|
||||
|
||||
This includes detecting files that were:
|
||||
|
||||
- Added
|
||||
- Copied
|
||||
- Modified
|
||||
- Deleted
|
||||
- Renamed
|
||||
- Type changed
|
||||
- Unmerged
|
||||
- Unknown
|
||||
|
||||
|
||||
|
||||
## Features
|
||||
- List all files that have changed
|
||||
|
@ -29,8 +17,6 @@ This includes detecting files that were:
|
|||
|
||||
## Usage
|
||||
|
||||
|
||||
|
||||
> 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.
|
||||
|
|
Loading…
Reference in a new issue