mirror of
https://github.com/actions/setup-python.git
synced 2025-07-22 11:18:20 +02:00
Merge branch 'main' into main
This commit is contained in:
commit
0669e36ab9
9 changed files with 83 additions and 3 deletions
|
@ -22,6 +22,8 @@ outputs:
|
|||
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'
|
||||
python-path:
|
||||
description: "The absolute path to the Python executable."
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/setup/index.js'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue