mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-09-21 12:55:43 +00:00
Update test.yml
This commit is contained in:
@@ -149,10 +149,8 @@ jobs:
|
||||
$gitVersion = git --version
|
||||
Write-Output "Git Version: $gitVersion`n"
|
||||
|
||||
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="2 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit --grep=".yml" --invert-grep
|
||||
$commits = git log --since="1 day ago" --pretty=format:"%h %s (%an)" --abbrev-commit --grep=".yml" --invert-grep
|
||||
|
||||
Write-Output $commits
|
||||
|
||||
|
||||
Reference in New Issue
Block a user