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.
2 parents 8146404 + 946abf1 commit c617ff9Copy full SHA for c617ff9
versions.php
@@ -22,4 +22,4 @@
22
}
23
24
echo 'Found the following supported versions: ', implode(', ', $versions), PHP_EOL;
25
-file_put_contents(getenv('GITHUB_OUTPUT'), 'versions=' . json_encode($versions) . PHP_EOL, FILE_APPEND);
+file_put_contents(getenv('GITHUB_OUTPUT'), 'versions=' . json_encode($versions) . "\n", FILE_APPEND);
0 commit comments