mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 07:05:18 -04:00
fix example for multiple cache-dependency-glob without quote (#67)
This commit is contained in:
parent
d70817ce85
commit
8e854494e0
1 changed files with 2 additions and 2 deletions
|
@ -131,8 +131,8 @@ changes. The glob matches files relative to the repository root.
|
|||
with:
|
||||
enable-cache: true
|
||||
cache-dependency-glob: |
|
||||
'**requirements*.txt'
|
||||
'**pyproject.toml'
|
||||
**requirements*.txt
|
||||
**pyproject.toml
|
||||
```
|
||||
|
||||
### GitHub authentication token
|
||||
|
|
Loading…
Add table
Reference in a new issue