mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2026-03-22 23:45:53 +03:00
Merge d23de777e0 into cd2651c462
This commit is contained in:
commit
1f1bd92f39
7 changed files with 95 additions and 4 deletions
|
|
@ -37,6 +37,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