From 1eb4363a4b5a28b80b973c1201b5b036cb56f78b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 17 Feb 2022 23:32:26 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 71c61d68..a37f30f3 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,12 @@ Support this project with a :star: uses: tj-actions/changed-files@v16 with: since_last_remote_commit: "true" + + - name: Run changed-files using the fork point of a pull request + id: changed-files-fork-point + uses: tj-actions/changed-files@v16 + with: + use_fork_point: "true" ```