Renamed output

This commit is contained in:
Sankalp Kotewar 2022-12-14 09:17:49 +00:00 committed by GitHub
parent 075ad790b0
commit c8d01facfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 14 additions and 14 deletions

View file

@ -8,7 +8,7 @@ export enum Inputs {
export enum Outputs {
CacheHit = "cache-hit", // Output from cache, restore action
CachePrimaryKey = "cache-primary-key", // Output from restore action
CacheRestoreKey = "cache-restore-key" // Output from restore action
CacheMatchedKey = "cache-matched-key" // Output from restore action
}
export enum State {