mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-12-25 01:36:19 +08:00
Fix typo in README.md
exising -> existing Signed-off-by: SIMULATAN <simulatan2319@gmail.com>
This commit is contained in:
parent
7645d3e274
commit
e7f3e4d839
@ -278,7 +278,7 @@ Note that this setting will also prevent certain cache operations from running i
|
|||||||
|
|
||||||
### Optimizing cache effectiveness
|
### Optimizing cache effectiveness
|
||||||
|
|
||||||
Cache storage space for GitHub actions is limited, and writing new cache entries can trigger the deletion of exising entries.
|
Cache storage space for GitHub actions is limited, and writing new cache entries can trigger the deletion of existing entries.
|
||||||
Eviction of shared cache entries can reduce cache effectiveness, slowing down your `gradle-build-action` steps.
|
Eviction of shared cache entries can reduce cache effectiveness, slowing down your `gradle-build-action` steps.
|
||||||
|
|
||||||
There are a number of actions you can take if your cache use is less effective due to entry eviction.
|
There are a number of actions you can take if your cache use is less effective due to entry eviction.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user