From c7eb6e428204ceb0d2d9de59f4ab901623afa100 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 1 May 2021 13:15:09 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index dc54ed94..6a73a3e5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ changed-files Get all modified files relative to the default branch or preceding commit. +## Features +- List all files that have changed . +- 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 at least one file change. +- Regex pattern matching on a subset of files. + + ## Outputs Using the default separator. @@ -123,6 +131,11 @@ jobs: files: | my-file.txt test.txt + new.txt + test_directory + .(py|jpeg)$ + .(sql)$ + ^(mynewfile|custom) - name: Run step if all files listed above have changed if: steps.changed-files-specific.outputs.has_changed