mirror of
https://github.com/actions/cache.git
synced 2025-07-04 08:04:51 +02:00
React to feeback and change to use 0.2.0 cache package
This commit is contained in:
@ -9,8 +9,8 @@ export enum Outputs {
|
||||
}
|
||||
|
||||
export enum State {
|
||||
CacheKey = "CACHE_KEY",
|
||||
CacheResult = "CACHE_RESULT"
|
||||
CachePrimaryKey = "CACHE_KEY",
|
||||
CacheMatchedKey = "CACHE_RESULT"
|
||||
}
|
||||
|
||||
export enum Events {
|
||||
|
Reference in New Issue
Block a user