Skip to content

Commit 0db40a8

Browse files
authored
Update update-recent-updates.yml
corrected how to filter out summary (I forgot it's capitalized SUMMARY.md)
1 parent 36623f8 commit 0db40a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-recent-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Get recently updated .md files
1919
run: |
20-
git log --since="7 days ago" --name-only --pretty=format: | grep '\.md' | grep -v -E 'recent-updates.md|summary.md' | sort | uniq > changed.txt
20+
git log --since="7 days ago" --name-only --pretty=format: | grep '\.md' | grep -v -i -E 'recent-updates.md|summary.md'| sort | uniq > changed.txt
2121
2222
- name: Generate recent-updates.md
2323
run: |

0 commit comments

Comments
 (0)