Enable cache-cleanup 'on-success' by default

Fixes #26
This commit is contained in:
daz
2024-07-19 15:28:39 -06:00
parent 238a3da6f4
commit 12cb23c359
2 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ inputs:
By default, no cleanup is performed. It can be configured to run every time, or only when all Gradle builds succeed for the Job.
Valid values are 'never', 'on-success' and 'always'.
required: false
default: 'never'
default: 'on-success'
gradle-home-cache-cleanup:
description: When 'true', the action will attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.