From 179ea10bd428350ee5a3bd1cd366cb4aed7d63b5 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 23 Jun 2024 01:04:56 -0600 Subject: [PATCH] chore: Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb1ff77eabe..21bb2ff77ed 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Effortlessly track all changed files and directories relative to a target branch, the current branch (preceding commit or the last remote commit), multiple branches, or custom commits returning **relative paths** from the project root using this GitHub action. + > \[!NOTE] > > * This action solely identifies files that have changed for events such as [`pull_request*`, `push`, `merge_group`, `release`, and many more](#other-supported-events-electron). However, it doesn't detect pending uncommitted changes created during the workflow execution.