From e77fe6304be27c289611906633ff4e237ed9e85a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 9 Jan 2022 12:10:47 -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 72e2cc7f..4d7e9ef5 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 on a subset of files. + * [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. ## Usage