From a8ee5f78aab23c78f8944ddfc653af00bedb02ab Mon Sep 17 00:00:00 2001 From: Aparna Jyothi Date: Fri, 4 Jul 2025 18:47:33 +0530 Subject: [PATCH] documentation update --- docs/advanced-usage.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index 96524823..a901ed58 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -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