From 5ac4c9fe428c6088dbbb3692349c2e9cae98f685 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 13 Jan 2023 12:34:44 -0700 Subject: [PATCH] Updated README.md (#948) Co-authored-by: jackton1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf6ee44..d6b7ce02 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,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