From 4420c3c44107b075a3f5d990c556aefb6757367e Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 22 Apr 2021 03:09:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb2767d..1210f650 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ changed-files ------------- -Get modified files using [`git diff --diff-filter`](https://git-scm.com/docs/git-diff#Documentation/git-diff.txt---diff-filterACDMRTUXB82308203) to locate all files that have been modified relative to the default branch. +Get all modified files relative to the default branch. > NOTE: :warning: This action should only run on the following events :warning: > * [pull_request](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request)