mirror of
https://github.com/actions/cache.git
synced 2026-05-20 11:50:14 +02:00
Initial commit
This commit is contained in:
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export interface ArtifactCacheEntry {
|
||||
cacheKey?: string;
|
||||
scope?: string;
|
||||
creationTime?: string;
|
||||
archiveLocation?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user