mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-06 03:51:43 +00:00
Update README.md
This commit is contained in:
parent
bf8e076d73
commit
6007361a95
1 changed files with 4 additions and 2 deletions
|
@ -3,11 +3,13 @@
|
||||||
changed-files
|
changed-files
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
Get all modified files relative to the default branch or preceding commit.
|
Get all modified files relative to the default branch (`pull_request*` events) or last commit (`push` events).
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- List all files that have changed .
|
- List all files that have changed
|
||||||
|
- Between the current pull request branch and the default branch
|
||||||
|
- Between the last commit and the current pushed change.
|
||||||
- List only a subset of files that can be used to detect changes.
|
- List only a subset of files that can be used to detect changes.
|
||||||
- Report on a subset of files that have all change.
|
- Report on a subset of files that have all change.
|
||||||
- Report on a subset of files that have at least one file change.
|
- Report on a subset of files that have at least one file change.
|
||||||
|
|
Loading…
Reference in a new issue