From 5e30988ccddbb174a7873e29f38bc33ea7d9f5e7 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 30 Mar 2023 23:01:17 -0600 Subject: [PATCH] Update README.md (#1064) --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c409d49..b99d1d25 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,15 @@ +
+ Screen Shot 2021-11-19 at 4 59 21 PM +
+ ## changed-files Retrieve all changed files and directories relative to a target branch, preceeding commit or the last remote commit returning a **relative paths** from the project root. + ## Table of contents * [Features](#features) @@ -728,10 +733,6 @@ See [inputs](#inputs) for more information. ## Real world usage -Screen Shot 2021-11-19 at 4 59 21 PM - -### Examples - * [vitejs/vite: uses tj-actions/changed-files to automate testing](https://github.com/vitejs/vite/blob/8da04227d6f818a8ad9efc0056101968037c2e36/.github/workflows/ci.yml#L61) * [qgis/QGIS: uses tj-actions/changed-files to automate spell checking](https://github.com/qgis/QGIS/blob/a5333497e90ac9de4ca70463d8e0b64c3f294d63/.github/workflows/code_layout.yml#L147)