Update README.md

This commit is contained in:
Tonye Jack 2022-09-24 12:36:07 -06:00 committed by GitHub
parent 08dfcc4c04
commit fc8e4597a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,6 @@ Retrieve all changed files and directories relative to the target branch (`pull_
* Fast execution (0-2 seconds on average).
* Easy to debug.
* Boolean output indicating that certain files have been changed.
* Scales to large repositories.
* Git submodules support.
* No extra API calls.
@ -35,7 +34,7 @@ Retrieve all changed files and directories relative to the target branch (`pull_
* 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 and directories:
* Report on files that have at least one change.
* Boolean output indicating that certain files have been changed.
* Using [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching.
## Usage