5
0
mirror of https://gitea.com/actions/cache.git synced 2025-11-02 07:47:08 +00:00

Renamed output

This commit is contained in:
Sankalp Kotewar
2022-12-14 09:17:49 +00:00
committed by GitHub
parent 075ad790b0
commit c8d01facfc
8 changed files with 14 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ export class StateProvider extends StateProviderBase {
export class NullStateProvider extends StateProviderBase {
stateToOutputMap = new Map<string, string>([
[State.CacheMatchedKey, Outputs.CacheRestoreKey],
[State.CacheMatchedKey, Outputs.CacheMatchedKey],
[State.CachePrimaryKey, Outputs.CachePrimaryKey]
]);