mirror of
https://github.com/gradle/actions.git
synced 2026-04-19 18:12:58 +08:00
Revert "Update gradle-actions-caching library to v0.5.0 (#923)"
This reverts commit 6ac57d8041.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ export declare interface CacheOptions {
|
||||
writeOnly: boolean;
|
||||
overwriteExisting: boolean;
|
||||
strictMatch: boolean;
|
||||
cleanup: 'always' | 'on-success' | 'never';
|
||||
cleanup: string;
|
||||
encryptionKey?: string;
|
||||
includes: string[];
|
||||
excludes: string[];
|
||||
|
||||
Reference in New Issue
Block a user