From b5633a53cb35373534d3eca0aaf81cc8b93f9cc6 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 28 Mar 2023 16:50:50 -0600 Subject: [PATCH] Updated README.md (#1055) Co-authored-by: jackton1 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 865e3311..c5e959d6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Retrieve all changed files and directories relative to a target branch, preceedi * [Inputs](#inputs) * [Versioning](#versioning) * [Examples](#examples) - * [Real world example](#real-world-example) +* [Real world usage](#real-world-usage) + * [Examples:](#examples-1) * [Known Limitation](#known-limitation) * [Migration guide](#migration-guide) * [Credits](#credits) @@ -729,14 +730,14 @@ See [inputs](#inputs) for more information. Screen Shot 2021-11-19 at 4 59 21 PM ### Examples: -- [vite uses tj-action/changed-files to automate testing](https://github.com/vitejs/vite/blob/8da04227d6f818a8ad9efc0056101968037c2e36/.github/workflows/ci.yml#L61) -- [QGIS uses tj-action/changed-files to automate spell checking](https://github.com/qgis/QGIS/blob/a5333497e90ac9de4ca70463d8e0b64c3f294d63/.github/workflows/code_layout.yml#L147) +* [vite uses tj-action/changed-files to automate testing](https://github.com/vitejs/vite/blob/8da04227d6f818a8ad9efc0056101968037c2e36/.github/workflows/ci.yml#L61) -- [code-server: uses tj-action/changed-files to automate detecting changes and run steps based on the outcome](https://github.com/coder/code-server/blob/c32a31d802f679846876b8ad9aacff6cf7b5361d/.github/workflows/build.yaml#L48) +* [QGIS uses tj-action/changed-files to automate spell checking](https://github.com/qgis/QGIS/blob/a5333497e90ac9de4ca70463d8e0b64c3f294d63/.github/workflows/code_layout.yml#L147) -- [tldr uses tj-action/changed-files to automate detecting spelling errors](https://github.com/tldr-pages/tldr/blob/main/.github/workflows/codespell.yml#L14) +* [code-server: uses tj-action/changed-files to automate detecting changes and run steps based on the outcome](https://github.com/coder/code-server/blob/c32a31d802f679846876b8ad9aacff6cf7b5361d/.github/workflows/build.yaml#L48) +* [tldr uses tj-action/changed-files to automate detecting spelling errors](https://github.com/tldr-pages/tldr/blob/main/.github/workflows/codespell.yml#L14) ## Known Limitation @@ -798,7 +799,6 @@ This package was created with [Cookiecutter](https://github.com/cookiecutter/coo * [tj-actions/demo3](https://github.com/tj-actions/demo3) * [tj-actions/release-tagger](https://github.com/tj-actions/release-tagger) - ## Report Bugs Report bugs at https://github.com/tj-actions/changed-files/issues.