Skip to content

Commit c617ff9

Browse files
authored
Merge pull request #27 from WyriHaximus/only-write-newline-not-crnlf
Only write NL not CRLFL
2 parents 8146404 + 946abf1 commit c617ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
}
2323

2424
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);
25+
file_put_contents(getenv('GITHUB_OUTPUT'), 'versions=' . json_encode($versions) . "\n", FILE_APPEND);

0 commit comments

Comments
 (0)