mirror of
https://github.com/actions/cache.git
synced 2025-07-03 07:40:51 +02:00
Fixed review comments and tests
This commit is contained in:
@ -23,8 +23,3 @@ export enum Events {
|
||||
}
|
||||
|
||||
export const RefKey = "GITHUB_REF";
|
||||
|
||||
export const stateToOutputMap = new Map<string, string>([
|
||||
[State.CacheMatchedKey, Outputs.CacheRestoreKey],
|
||||
[State.CachePrimaryKey, Outputs.CachePrimaryKey]
|
||||
]);
|
||||
|
Reference in New Issue
Block a user