mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-15 16:10:15 +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:
parent
0d20755a23
commit
30ce38e206
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue