1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-07-07 17:55:59 +02:00

documentation update

This commit is contained in:
Aparna Jyothi 2025-07-04 18:47:33 +05:30
parent 8626f8c1ae
commit a8ee5f78aa

View file

@ -413,6 +413,7 @@ steps:
# Or pip install -e '.[test]' to install test dependencies # Or pip install -e '.[test]' to install test dependencies
``` ```
Note: cache-dependency-path supports files located outside the workspace root by copying them into the workspace to enable proper caching. Note: cache-dependency-path supports files located outside the workspace root by copying them into the workspace to enable proper caching.
To avoid unintentionally overwriting existing files in the workspace (especially when using composite actions with common file names like requirements.txt), a new input overwrite has been added. By default, files will not be copied if a file with the same path already exists in the workspace unless overwrite: true is explicitly set.
# Outputs and environment variables # Outputs and environment variables
## Outputs ## Outputs