Added cache-hit output

This commit is contained in:
dhvcc 2022-04-03 02:33:19 +03:00
parent 422c071dab
commit c933f3c50e
4 changed files with 50 additions and 0 deletions

View file

@ -19,6 +19,8 @@ inputs:
outputs:
python-version:
description: "The installed python version. Useful when given a version range as input."
cache-hit:
description: 'A boolean value to indicate a cache entry was found'
runs:
using: 'node16'
main: 'dist/setup/index.js'