From 5515da09bff37bd3536430bb6b3022a889a289e2 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 19 Nov 2021 23:59:21 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15d4fad0..f45aba22 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## changed-files -Retrieve all changed files relative to the default branch (`pull_request*` based events) or a previous commit (`push` based event) returning the **absolute path** to all changed files from the project root. +Retrieve all changed files relative to the default branch (`pull_request*` based events) or the last remote commit (`push` based event) returning the **absolute path** to all changed files from the project root. ## Features