mirror of
https://github.com/actions/setup-node.git
synced 2026-07-28 02:45:43 +00:00
Refine cache output descriptions
This commit is contained in:
parent
92f57012ed
commit
571139d8ab
@ -35,9 +35,9 @@ outputs:
|
|||||||
cache-hit:
|
cache-hit:
|
||||||
description: 'A boolean value to indicate if a cache was hit.'
|
description: 'A boolean value to indicate if a cache was hit.'
|
||||||
cache-primary-key:
|
cache-primary-key:
|
||||||
description: 'The key used for the cache.'
|
description: 'The key used to restore and save the cache.'
|
||||||
cache-matched-key:
|
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:
|
node-version:
|
||||||
description: 'The installed node version.'
|
description: 'The installed node version.'
|
||||||
runs:
|
runs:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user