mirror of
https://github.com/actions/setup-node.git
synced 2025-07-21 14:08:28 +02:00
Merge d23de777e0
into 7e24a656e1
This commit is contained in:
commit
cd3159fefa
7 changed files with 95 additions and 4 deletions
|
@ -34,6 +34,10 @@ inputs:
|
|||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit.'
|
||||
cache-key:
|
||||
description: 'The key used for the cache.'
|
||||
cache-matched-key:
|
||||
description: 'The key used for the cache that resulted in a cache hit.'
|
||||
node-version:
|
||||
description: 'The installed node version.'
|
||||
runs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue