Refine cache output descriptions

This commit is contained in:
gowridurgad 2026-07-07 16:23:05 +05:30
parent 92f57012ed
commit 571139d8ab

View File

@ -35,9 +35,9 @@ outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit.'
cache-primary-key:
description: 'The key used for the cache.'
description: 'The key used to restore and save the cache.'
cache-matched-key:
description: 'The key used for the cache that resulted in a cache hit.'
description: 'The key of the cache that was restored. Empty when no cache is found.'
node-version:
description: 'The installed node version.'
runs: