mirror of
https://github.com/actions/cache.git
synced 2025-07-17 20:35:14 -06:00
Add outputs.cache-key
This commit is contained in:
parent
dbb732b211
commit
dde36b38ea
8 changed files with 58 additions and 12 deletions
|
@ -6,7 +6,8 @@ export enum Inputs {
|
|||
}
|
||||
|
||||
export enum Outputs {
|
||||
CacheHit = "cache-hit"
|
||||
CacheHit = "cache-hit",
|
||||
CacheKey = "cache-key"
|
||||
}
|
||||
|
||||
export enum State {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue