mirror of
https://gitea.com/actions/cache.git
synced 2025-08-13 15:26:04 +08: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