From 0b2cecdaaed9f58607bccfaef712f81874744d22 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 18 Oct 2022 17:52:27 -0600 Subject: [PATCH] chore: update readme --- README.md | 512 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 371 insertions(+), 141 deletions(-) diff --git a/README.md b/README.md index 212a96c5..e46f9595 100644 --- a/README.md +++ b/README.md @@ -162,142 +162,311 @@ Support this project with a :star: | json | `boolean` | `false` | `false` | Output changed files in JSON format which can be used for [matrix jobs](https://github.com/tj-actions/changed-files/blob/main/.github/workflows/manual-matrix-test.yml). | | since | `string` | `false` | | Get changed files for commits whose timestamp is older than the given time. | | until | `string` | `false` | | Get changed files for commits whose timestamp is earlier than the given time. | -| target\_branch\_fetch\_depth | `string` | `false` | `20` | Limit fetching commits from the target branch to a specified number. **NOTE**: This can be adjusted to resolve errors with insufficient history. See: [#668](https://github.com/tj-actions/changed-files/issues/668). | +| target\_branch\_fetch\_depth | `string` | `false` | `20` | Limit fetching commits from the target branch to a specified number. **NOTE**: This can be adjusted to resolve errors with insufficient history. See: [#668](https://github.com/tj-actions/changed-files/issues/668). | ## Examples + + +### Real world example + Screen Shot 2021-11-19 at 4 59 21 PM * Free software: [MIT license](LICENSE)