From 5d38ef52895b6ff6402354d6848ec6fedbf0d2ca Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 29 May 2023 09:20:14 -0600 Subject: [PATCH] Update README.md (#1195) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f2a018279f..bb2df35afc5 100644 --- a/README.md +++ b/README.md @@ -59,6 +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. * Brace expansion. ## Usage