From b18824c9f08a25e6c2b1c934b1d9d40625d8f580 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 22 Jun 2021 22:54:31 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6a439b227c..c63c560b8d1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ ## changed-files -Retrieve all changed files relative to the default branch (`pull_request*` events) or a previous commit (`push` 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 a previous commit (`push` based event) returning the **absolute path** to all changed files from the project root. ## Features - +* Boolean output indicating that certain files have been modified. * List all files that have changed. * Between the current pull request branch and the default branch. * Between the last commit and the current pushed change.