feat: add option to disable cache pruning (#134)

This PR adds an input to control whether or not the cache is pruned
before saving.

Closes #122

---------

Co-authored-by: Kevin Stillhammer <[email protected]>
Co-authored-by: Charlie Marsh <[email protected]>
Co-authored-by: Charlie Marsh <[email protected]>
This commit is contained in:
Merlin
2024-10-25 14:11:32 +02:00
committed by GitHub
co-authored by Kevin Stillhammer Charlie Marsh Charlie Marsh
parent cf841c25e2
commit 3b9817b1bf
6 changed files with 39 additions and 5 deletions
+3
View File
@@ -29,6 +29,9 @@ inputs:
cache-local-path:
description: "Local path to store the cache."
default: ""
prune-cache:
description: "Prune cache before saving."
default: true
tool-dir:
description: "Custom path to set UV_TOOL_DIR to."
required: false