mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
fix c=1089 to c=99
This commit is contained in:
@@ -80,8 +80,8 @@ function ShouldReturnZeroExitCode {
|
|||||||
|
|
||||||
if (-not $succeeded)
|
if (-not $succeeded)
|
||||||
{
|
{
|
||||||
$сommandOutputIndent = " " * 4
|
$commandOutputIndent = " " * 4
|
||||||
$commandOutput = ($result.Output | ForEach-Object { "${сommandOutputIndent}${_}" }) -join "`n"
|
$commandOutput = ($result.Output | ForEach-Object { "${commandOutputIndent}${_}" }) -join "`n"
|
||||||
$failureMessage = "Command '${ActualValue}' has finished with exit code ${actualExitCode}`n${commandOutput}"
|
$failureMessage = "Command '${ActualValue}' has finished with exit code ${actualExitCode}`n${commandOutput}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user