From 4fa25599cef8ab7352f8bbb251f54e29ba07eea3 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Thu, 27 Mar 2025 13:05:11 +0100 Subject: [PATCH] Fix glob syntax link (#349) The link added in #348 is broken --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a91e840..55ac8eb 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ changes. If you use relative paths, they are relative to the repository root. > [!NOTE] > -> You can look up supported patterns [here]((https://github.com/actions/toolkit/tree/main/packages/glob#patterns)) +> You can look up supported patterns [here](https://github.com/actions/toolkit/tree/main/packages/glob#patterns) > > The default is > ```yaml