From 98bf782e42c61a52bfdedf673ca2643a251063da Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 9 Jan 2022 12:11:39 -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 4d7e9ef5..31c83350 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Retrieve all changed files relative to the default branch (`pull_request*` based * Between the last remote branch commit and the current HEAD. * Restrict change detection to a subset of files. * Report on files that have at least one change. - * [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching a subset of files. + * Using [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching. ## Usage