From 0f7994866724371719a5a1fc94e650f21371cf14 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Tue, 17 Sep 2024 08:10:20 +0545 Subject: [PATCH] fix note in cache-dependency-glob section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f41ae..5cda602 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ If you want to control when the cache is invalidated, specify a glob pattern wit `cache-dependency-glob` input. The cache will be invalidated if any file matching the glob pattern changes. The glob matches files relative to the repository root. -> [!NOTE] The default is `**/uv.lock`. +> [!NOTE] +> The default is `**/uv.lock`. ```yaml - name: Define a cache dependency glob