From 0b2cecdaaed9f58607bccfaef712f81874744d22 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 18 Oct 2022 17:52:27 -0600 Subject: [PATCH 1/3] chore: update readme --- README.md | 506 +++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 368 insertions(+), 138 deletions(-) diff --git a/README.md b/README.md index 212a96c5e19..e46f9595dcc 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) From 4b2a818159fd0b072a9fc0b07ce143df658910e4 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 18 Oct 2022 17:58:37 -0600 Subject: [PATCH 2/3] updated readme --- README.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/README.md b/README.md index e46f9595dcc..54cecfc60aa 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,6 @@ Support this project with a :star: ## Examples - ### Real world example From f6fb7cb101992d961ccca6df58f188b4f5f055fb Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 18 Oct 2022 17:59:54 -0600 Subject: [PATCH 3/3] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54cecfc60aa..bb752993c41 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Support this project with a :star:
-Get all changed files and use a comma separator in the output +Get all changed files and using a comma separator ```yaml ...