Skip to content

Commit e8e7329

Browse files
committed
fix check_changelog workflow
The file name here is lowercase.
1 parent 6645bd5 commit e8e7329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
- name: Check that CHANGELOG is touched
1818
run: |
1919
git fetch origin ${{ github.base_ref }} --depth 1 && \
20-
git diff remotes/origin/${{ github.base_ref }} --name-only | grep CHANGELOG.md
20+
git diff remotes/origin/${{ github.base_ref }} --name-only | grep changelog.md

0 commit comments

Comments
 (0)