mirror of
https://github.com/actions/cache.git
synced 2025-07-07 17:44:51 +02:00
Renamed output
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user