From d39be7dab1eb042a353d52c642bf8d6689cb4b27 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 12 Jun 2022 10:10:32 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 36bed3fe..9b7ba3f3 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,11 @@ Support this project with a :star: with: base_sha: ${{ steps.last_successful_commit_pull_request.outputs.commit_hash }} + - name: Run changed-files with dir_names + id: changed-files-dir-names + uses: tj-actions/changed-files@v22.2 + with: + dir_names: "true" ``` Screen Shot 2021-11-19 at 4 59 21 PM