Skip to content

Commit

Permalink
Move 'gradle-home-cache-cleanup' out of experimental params
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Nov 9, 2023
1 parent a27f692 commit 33f1d73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ inputs:
# gradle-home-cache-excludes: |
# caches/build-cache-1

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.
required: false
default: false

arguments:
description: Gradle command line arguments (supports multi-line input)
required: false
Expand Down Expand Up @@ -85,10 +90,6 @@ inputs:
description: Used to uniquely identify the current job invocation. Defaults to the matrix values for this job; this should not be overridden by users (INTERNAL).
required: false
default: ${{ toJSON(matrix) }}
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.
required: false
default: false

github-token:
description: The GitHub token used to authenticate when submitting via the Dependency Submission API.
Expand Down

0 comments on commit 33f1d73

Please sign in to comment.