edit notice title

This commit is contained in:
David Refoua 2022-10-17 21:20:32 +03:30
parent 3fe76de9b5
commit 3f88112d22

View File

@ -260,7 +260,7 @@ if ( $Env:APPVEYOR -eq 'True' ) {
}
if ( $Env:GITHUB_ACTIONS -eq 'true' ) {
Write-Output "::notice title=Build Complete::Successfully updated $count dependencies."
Write-Output "::notice title=Task Complete::Successfully updated $count dependencies."
}
Write-Host -ForegroundColor green "Successfully updated $count dependencies."