mirror of
https://github.com/actions/setup-python.git
synced 2025-07-04 08:33:47 +00:00
resolving comments
This commit is contained in:
parent
952fef3565
commit
c98dcdec10
8 changed files with 61 additions and 52 deletions
|
@ -15,7 +15,7 @@ inputs:
|
|||
description: Used to pull python distributions from actions/python-versions. Since there's a default, this is typically not supplied by the user.
|
||||
default: ${{ github.token }}
|
||||
cache-dependency-path:
|
||||
description: 'Used to specify a package manager for caching in the default directory. Supported values: pip, pipenv'
|
||||
description: 'Used to specify the path to a dependency files. Supports wildcards or a list of file names for caching multiple dependencies.'
|
||||
outputs:
|
||||
python-version:
|
||||
description: "The installed python version. Useful when given a version range as input."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue