From 2703edcc41233907afb9be13b61bea094748b746 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 4 Feb 2023 14:44:21 -0700 Subject: [PATCH] chore: update readme (#971) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2392cafe..d1bff8f3 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Retrieve all changed files and directories relative to the target branch or the * 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. - * Brace expansion + * Brace expansion. ## Usage