From 948fd1aec0f923945aefa5b428966a3148c14b6f Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 3 Aug 2023 13:24:56 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e238f9..5973d1c2 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Effortlessly track all changed files and directories relative to a target branch * Between the last remote branch commit and the current HEAD. * Restricts change detection to a subset of files and directories: * Provides boolean output indicating changes in specific files. - * Uses [Glob pattern](https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet) matching. + * Uses [Glob pattern](https://codepen.io/mrmlnc/pen/OXQjMe) matching. * Supports Globstar. * Supports brace expansion. * Supports negation.