From 4262ae47b6c864423fe920d7f2acd85ae5b28e67 Mon Sep 17 00:00:00 2001 From: cdozdil <35529761+cdozdil@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:56:22 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1091e8e..dca53e3e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -147,10 +147,10 @@ jobs: $gitVersion = git --version Write-Output "Git Version: $gitVersion`n" - git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit --grep=".yml" --invert-grep + git log --since="2 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit --grep=".yml" --invert-grep # Get commit messages excluding .yml file commits - $commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit + $commits = git log --since="2 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit Write-Output $commits