3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-05-23 01:54:03 +00:00

Update examples.md

Add semicolon for clarity
This commit is contained in:
whybee-spec 2025-05-05 20:38:03 +02:00 committed by GitHub
parent c43c7a3f1b
commit 7deb8c85d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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. 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 ```yaml
- uses: actions/cache@v3 - uses: actions/cache@v3