Fail when cache local path does not exist when trying to cache (#163)

Can be disabled by setting `ignore-nothing-to-cache: true`
This commit is contained in:
Kevin Stillhammer 2024-11-23 16:30:54 +01:00 committed by GitHub
parent 691a091485
commit ed171c292b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 103 additions and 44 deletions

View file

@ -31,7 +31,10 @@ inputs:
default: ""
prune-cache:
description: "Prune cache before saving."
default: true
default: "true"
ignore-nothing-to-cache:
description: "Ignore when nothing is found to cache."
default: "false"
tool-dir:
description: "Custom path to set UV_TOOL_DIR to."
required: false