mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-12-27 11:04:43 +00:00
Correct description of cache-dependency-glob (#676)
As per the sole commit: > When `working-directory` is set, paths in `cache-dependency-glob` are relative to it.
This commit is contained in:
@@ -31,7 +31,7 @@ inputs:
|
||||
default: "auto"
|
||||
cache-dependency-glob:
|
||||
description:
|
||||
"Glob pattern to match files relative to the repository root to control
|
||||
"Glob pattern to match files relative to the working directory to control
|
||||
the cache."
|
||||
default: |
|
||||
**/*requirements*.txt
|
||||
|
||||
Reference in New Issue
Block a user