disable-auto-overwriting

This commit is contained in:
Aparna Jyothi 2025-07-11 13:33:16 +05:30
parent 532b046aaf
commit bf549696cd
5 changed files with 105 additions and 71 deletions

View file

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