mirror of https://github.com/actions/cache.git
Add cache-primary-key, cache-matched-key to main action.yml
This commit is contained in:
parent
5a3ec84eff
commit
480d890516
|
@ -37,6 +37,10 @@ inputs:
|
|||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate an exact match was found for the primary key'
|
||||
cache-primary-key:
|
||||
description: 'A resolved cache key for which cache match was attempted'
|
||||
cache-matched-key:
|
||||
description: 'Key of the cache that was restored, it could either be the primary key on cache-hit or a partial/complete match of one of the restore keys'
|
||||
runs:
|
||||
using: 'node20'
|
||||
main: 'dist/restore/index.js'
|
||||
|
|
Loading…
Reference in New Issue