3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-20 01:02:08 +00:00

Update README.md (#1195)

This commit is contained in:
Tonye Jack 2023-05-29 09:20:14 -06:00 committed by GitHub
parent 51330c5719
commit 5d38ef5289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ Retrieve all changed files and directories relative to a target branch, preceedi
* Restrict change detection to a subset of files and directories:
* 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.
* Globstar.
* Brace expansion.
## Usage