From ffe0bf2d3cd2fb737a93aefd9152486be17b5545 Mon Sep 17 00:00:00 2001 From: cdozdil <35529761+cdozdil@users.noreply.github.com> Date: Tue, 21 Jan 2025 12:42:33 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$") }