Get manifest location information from inputs

This commit is contained in:
YOUNG HO CHA 2023-08-14 00:39:14 +09:00
parent 4830c49db6
commit dde4cb22a9
2 changed files with 9 additions and 3 deletions

View file

@ -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."