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