📝 fix dependency glob example in readme

This commit is contained in:
Max 2024-09-12 13:43:29 +02:00 committed by GitHub
parent d70817ce85
commit 5f08f9f659
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: 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