mirror of
https://github.com/actions/setup-python.git
synced 2025-07-24 03:58:20 +02:00
Get manifest location information from inputs
This commit is contained in:
parent
4830c49db6
commit
dde4cb22a9
2 changed files with 9 additions and 3 deletions
|
@ -26,6 +26,12 @@ inputs:
|
|||
allow-prereleases:
|
||||
description: "When 'true', a version range passed to 'python-version' input will match prerelease versions if no GA versions are found. Only 'x.y' version range is supported for CPython."
|
||||
default: false
|
||||
versions-manifest-repo-owner:
|
||||
description: "Github owner of versions-manifest.json file"
|
||||
versions-manifest-repo-name:
|
||||
description: "Github repo name of versions-manifest.json file"
|
||||
versions-manifest-repo-branch:
|
||||
description: "Github branch name of versions-manifest.json file"
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed Python or PyPy version. Useful when given a version range as input."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue