mirror of
https://github.com/gradle/actions.git
synced 2025-08-20 08:31:27 +08:00
Improve parameter description for 'cache-cleanup'
This commit is contained in:
parent
9edf610422
commit
add58192d1
@ -60,7 +60,8 @@ inputs:
|
|||||||
cache-cleanup:
|
cache-cleanup:
|
||||||
description: |
|
description: |
|
||||||
Specifies if the action should attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.
|
Specifies if the action should attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.
|
||||||
By default, no cleanup is performed. It can be configured to run every time, or only when all Gradle builds succeed for the Job.
|
By default ('on-success'), cleanup is performed when all Gradle builds succeed for the Job.
|
||||||
|
This behaviour can be disabled ('never'), or configured to always run irrespective of the build outcome ('always').
|
||||||
Valid values are 'never', 'on-success' and 'always'.
|
Valid values are 'never', 'on-success' and 'always'.
|
||||||
required: false
|
required: false
|
||||||
default: 'on-success'
|
default: 'on-success'
|
||||||
|
@ -43,7 +43,8 @@ inputs:
|
|||||||
cache-cleanup:
|
cache-cleanup:
|
||||||
description: |
|
description: |
|
||||||
Specifies if the action should attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.
|
Specifies if the action should attempt to remove any stale/unused entries from the Gradle User Home prior to saving to the GitHub Actions cache.
|
||||||
By default, no cleanup is performed. It can be configured to run every time, or only when all Gradle builds succeed for the Job.
|
By default ('on-success'), cleanup is performed when all Gradle builds succeed for the Job.
|
||||||
|
This behaviour can be disabled ('never'), or configured to always run irrespective of the build outcome ('always').
|
||||||
Valid values are 'never', 'on-success' and 'always'.
|
Valid values are 'never', 'on-success' and 'always'.
|
||||||
required: false
|
required: false
|
||||||
default: 'on-success'
|
default: 'on-success'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user