diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a9feae69..c7adc28a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -136,7 +136,7 @@ jobs: Write-Output "Fetching commits from the last 24 hours..." # Get commit messages from the past 24 hours - $commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --name-only | Where-Object { + $commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit | Where-Object { -not ($_ -match "\.yml$") }