Skip to content

Commit 9b0f791

Browse files
Update scripts/git-push-cleanmetadata.ps1
Co-authored-by: Copilot <[email protected]>
1 parent 1766791 commit 9b0f791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/git-push-cleanmetadata.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
if ($env:PublishChanges -eq $False)
1313
{
14-
Write-Host "Not publishing changes per the run parameter!" -ForegroundColor Red
14+
Write-Host "Not publishing changes per the run parameter!" -ForegroundColor Yellow
1515
return;
1616
}
1717

0 commit comments

Comments
 (0)