mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-02-23 17:15:20 +08:00
fix example for multiple cache-dependency-glob without quote (#67)
This commit is contained in:
parent
d70817ce85
commit
8e854494e0
@ -131,8 +131,8 @@ changes. The glob matches files relative to the repository root.
|
|||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: |
|
cache-dependency-glob: |
|
||||||
'**requirements*.txt'
|
**requirements*.txt
|
||||||
'**pyproject.toml'
|
**pyproject.toml
|
||||||
```
|
```
|
||||||
|
|
||||||
### GitHub authentication token
|
### GitHub authentication token
|
||||||
|
Loading…
x
Reference in New Issue
Block a user