mirror of
https://github.com/actions/cache.git
synced 2025-07-09 18:28:01 +02:00
Fixed test cases
This commit is contained in:
@ -6,7 +6,9 @@ export enum Inputs {
|
||||
}
|
||||
|
||||
export enum Outputs {
|
||||
CacheHit = "cache-hit"
|
||||
CacheHit = "cache-hit",
|
||||
Key = "key",
|
||||
MatchedKey = "matched-key"
|
||||
}
|
||||
|
||||
export enum State {
|
||||
|
Reference in New Issue
Block a user