From e0c398b7065a8d84700c471b6afc4116d1ba4e96 Mon Sep 17 00:00:00 2001 From: Ana Maria Martinez Gomez Date: Wed, 30 Nov 2022 12:24:15 +0100 Subject: [PATCH] Small improvements in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ddd4a047..eb0309c1 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,15 @@ These outputs are available via the `steps` output context. The `steps` output context exposes the output names `all`, `added`, `modified`, `removed`, `renamed`, and `added_modified` and `added_modified_renamed`. Renamed files that are also modified are included in `renamed`, `modified` and `added_modified`. -This project is a fork of , which: +This project is a fork of [jitterbit/get-changed-files](https://github.com/jitterbit/get-changed-files), which: - Supports `pull_request_target` - Allows to filter files using regular expressions - Removes the ahead check - Considers renamed modified files as modified - Adds `added_modified_renamed` that includes renamed non-modified files and all files in `added_modified` +- Removes node12 deprecation warnings + +--- - [Usage](#usage) - [Filtering](#filtering)