From 7deb8c85d0ccff1fb6f19db23f4b171805af7682 Mon Sep 17 00:00:00 2001 From: whybee-spec <56899754+whybee-spec@users.noreply.github.com> Date: Mon, 5 May 2025 20:38:03 +0200 Subject: [PATCH] Update examples.md Add semicolon for clarity --- examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples.md b/examples.md index 1bcde91..2265fbb 100644 --- a/examples.md +++ b/examples.md @@ -55,7 +55,7 @@ Using [NuGet lock files](https://docs.microsoft.com/nuget/consume-packages/packa ``` Depending on the environment, huge packages might be pre-installed in the global cache folder. -With `actions/cache@v3` you can now exclude unwanted packages with [exclude pattern](https://github.com/actions/toolkit/tree/main/packages/glob#exclude-patterns) +With `actions/cache@v3` you can now exclude unwanted packages with [exclude pattern](https://github.com/actions/toolkit/tree/main/packages/glob#exclude-patterns): ```yaml - uses: actions/cache@v3