Fix changelog reminder workflow (#5305)

Quote the breaking glob as noted by @bal-e.
This commit is contained in:
Serene 2024-06-15 12:23:06 +10:00 committed by GitHub
commit 54a8ef7a32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -16,7 +16,8 @@ jobs:
id: changed-python-files
uses: tj-actions/changed-files@v44
with:
files: **.py
files: |
**.py
- name: Check for the changelog update
id: changelog-update

View file

@ -147,7 +147,7 @@ class BeetsPlugin:
return wrapper
def queries(self):
"""Should return a dict mapping prefixes to Query subclasses."""
"""Return a dict mapping prefixes to Query subclasses."""
return {}
def track_distance(self, item, info):