mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-07-07 09:45:59 +02:00
documentation update
This commit is contained in:
parent
8626f8c1ae
commit
a8ee5f78aa
1 changed files with 1 additions and 0 deletions
|
@ -413,6 +413,7 @@ steps:
|
|||
# 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.
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue