We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0682048 commit 843f771Copy full SHA for 843f771
tests/GenerateTestStrings.php
@@ -67,6 +67,7 @@
67
$ExitWithError = true;
68
$NewContents = implode( '%0A', $Tests );
69
echo "::warning file={$File}::Updated {$Type}.{$Name} (please run GenerateTestStrings and commit it)%0ANew file contents:%0A{$NewContents}";
70
+ echo "\n\n";
71
}
72
else
73
{
0 commit comments