Update test.yml

This commit is contained in:
cdozdil
2025-01-21 15:56:22 +03:00
committed by GitHub
parent d10c705454
commit 4262ae47b6
+2 -2
View File
@@ -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