mirror of
https://github.com/actions/setup-python.git
synced 2025-07-22 18:08:20 +02:00
Added cache-hit output
This commit is contained in:
parent
422c071dab
commit
c933f3c50e
4 changed files with 50 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue