mirror of
https://github.com/actions/setup-python.git
synced 2025-07-20 15:48:19 +02:00
disable-auto-overwriting
This commit is contained in:
parent
532b046aaf
commit
bf549696cd
5 changed files with 105 additions and 71 deletions
|
@ -31,6 +31,9 @@ inputs:
|
|||
default: false
|
||||
pip-version:
|
||||
description: "Used to specify the version of pip to install with the Python. Supported format: major[.minor][.patch]."
|
||||
overwrite:
|
||||
description: "Whether to overwrite existing files in the workspace when a composite action’s cache-dependency-path points to a file with the same name (e.g., requirements.txt). Defaults to false."
|
||||
default: 'false'
|
||||
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