mirror of
https://github.com/actions/setup-node.git
synced 2026-02-14 09:44:53 +08:00
Add cache-key as output
This commit is contained in:
@@ -30,6 +30,8 @@ inputs:
|
||||
outputs:
|
||||
cache-hit:
|
||||
description: 'A boolean value to indicate if a cache was hit.'
|
||||
cache-key:
|
||||
description: 'The key used for the cache.'
|
||||
node-version:
|
||||
description: 'The installed node version.'
|
||||
runs:
|
||||
|
||||
Reference in New Issue
Block a user