fix example for multiple cache-dependency-glob without quote (#67)

This commit is contained in:
hori-ryota 2024-09-12 21:58:45 +09:00 committed by GitHub
parent d70817ce85
commit 8e854494e0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

View file

@ -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