From 58c7ce2addd872691e0da689c1fa281c07713275 Mon Sep 17 00:00:00 2001 From: "tj-actions[bot]" <109116665+tj-actions-bot@users.noreply.github.com> Date: Mon, 29 May 2023 09:41:26 -0600 Subject: [PATCH] Updated README.md (#1196) Co-authored-by: jackton1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e956e367..62871ce3 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Retrieve all changed files and directories relative to a target branch, preceedi * Restrict change detection to a subset of files and directories: * Boolean output indicating that certain files have been changed. * Using [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching. - * Globstar. + * Globstar. * Brace expansion. ## Usage