Add cache-key as output

This commit is contained in:
Alex Dunae 2025-01-14 10:40:03 -08:00
parent 48b90677b6
commit 870d3d8e13
5 changed files with 46 additions and 3 deletions

View file

@ -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: