Skip to content

Commit

Permalink
fix typo (#25563)
Browse files Browse the repository at this point in the history
  • Loading branch information
VeryEarly authored Jul 16, 2024
1 parent f270d73 commit 325bc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-main-to-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
$commitMessagePatternToIgnore += "^Migrate\s\w+\sfrom\sgeneration\sto\smain"
$commitMessagePatternToIgnore += "^Move\s\w+\sto\smain"
foreach ($pattern in $commitMessagePatternToIgnore) {
if ($commitMessage -match $ignoreCommitPattern) {
if ($commitMessage -match $pattern) {
Write-Host -ForegroundColor DarkGreen "Commit: [$commitMessage], is for gen2main, skip this run ..."
return
}
Expand Down

0 comments on commit 325bc74

Please sign in to comment.