From 877b5ce98c3a0133d7ac80b7e2cae6cc8f961841 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 24 Sep 2023 23:39:22 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8112520f8bc..e1eaaef06ae 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ Effortlessly track all changed files and directories relative to a target branch, preceding commit or the last remote commit returning **relative paths** from the project root using this GitHub action. +> **Warning** +> +> * This action only detects files that have changed in a pull request, pushed commit and other events, for detecting pending uncommited changes generated during the workflow execution. +> +> See: https://github.com/tj-actions/verify-changed-files + + ## Table of contents * [Features 🚀](#features-)