From 151e50d5987a9c52b0c2280f843d70fbd7f536f9 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Thu, 27 Mar 2025 12:56:42 +0100 Subject: [PATCH] Fix glob syntax link --- 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