Add cache-primary-key, cache-matched-key to main action.yml

This commit is contained in:
Stuart Leeks 2025-05-08 16:23:21 +00:00
parent 5a3ec84eff
commit 480d890516
1 changed files with 4 additions and 0 deletions

View File

@ -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'