Skip to content

Commit

Permalink
Small improvements in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ana06 committed Nov 30, 2022
1 parent 5d59f0f commit e0c398b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/jitterbit/get-changed-files>, 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)
Expand Down

0 comments on commit e0c398b

Please sign in to comment.