mirror of
https://github.com/actions/setup-node.git
synced 2026-07-27 22:41:53 +00:00
Refine cache output descriptions
This commit is contained in:
parent
92f57012ed
commit
571139d8ab
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user