3
0
Fork 0
mirror of https://code.forgejo.org/actions/cache.git synced 2025-04-23 03:45:31 +00:00

Fixed test cases

This commit is contained in:
Sankalp Kotewar 2022-12-08 17:39:12 +00:00 committed by GitHub
parent 782b0bd3df
commit 12a1a354bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 122305 additions and 9 deletions

View file

@ -6,7 +6,9 @@ export enum Inputs {
}
export enum Outputs {
CacheHit = "cache-hit"
CacheHit = "cache-hit",
Key = "key",
MatchedKey = "matched-key"
}
export enum State {