1
0
mirror of https://github.com/actions/setup-node.git synced 2026-07-08 09:01:39 +00:00

Add cache-primary-key and cache-matched-key as outputs (#1577)

* Add cache-primary-key and cache-matched-key as outputs

* Refine cache output descriptions

---------

Co-authored-by: gowridurgad <gowridurgad@gmail.com>
This commit is contained in:
gowridurgad
2026-07-08 00:27:48 +05:30
committed by GitHub
parent 7c2c68d20d
commit 04be95cf35
4 changed files with 29 additions and 1 deletions
+4
View File
@@ -34,6 +34,10 @@ inputs:
outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit.'
cache-primary-key:
description: 'The key used to restore and save the cache.'
cache-matched-key:
description: 'The key of the cache that was restored. Empty when no cache is found.'
node-version:
description: 'The installed node version.'
runs: