From 2e335554e905af06887b8ba45872b5a63415c484 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 4 Apr 2021 10:33:22 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 08785fd..c77deaa 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ A github action to verify that certian files did or did not change during a work > NOTE: :warning: -> * This action only detects files that have pending uncommited changes generated during the workflow execution, for running a specific step when a file changes relative to the default branch see: https://github.com/tj-actions/changed-files +> * This action only detects files that have pending uncommited changes generated during the workflow execution, for running a specific step when a file changes relative to the default branch +> See: https://github.com/tj-actions/changed-files > * Detects files that were `Added`, `Copied`, `Modified` and `Renamed`.