mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-29 13:34:51 +00:00
Update README.md
This commit is contained in:
parent
92456281bc
commit
4b1f26aed5
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
## changed-files
|
||||
|
||||
Retrieve all changed files relative to the default branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files from the project root.
|
||||
Retrieve all changed files relative to the target branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files from the project root.
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -28,8 +28,8 @@ Retrieve all changed files relative to the default branch (`pull_request*` based
|
|||
* Monorepos (Fetches only the last remote commit).
|
||||
* Supports all platforms (Linux, MacOS, Windows).
|
||||
* List all files that have changed.
|
||||
* Between the current pull request branch and the last commit on the default branch.
|
||||
* Between the current pull request branch and the fork point on the default branch.
|
||||
* Between the current pull request branch and the last commit on the target branch.
|
||||
* Between the current pull request branch and the fork point on the target branch.
|
||||
* Between the last commit and the current pushed change.
|
||||
* Between the last remote branch commit and the current HEAD.
|
||||
* Restrict change detection to a subset of files.
|
||||
|
|
Loading…
Reference in a new issue