mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
Maybe fix github output
This commit is contained in:
@@ -1141,7 +1141,7 @@ function reportOutputToGitHubAction(name, value) {
|
||||
return;
|
||||
}
|
||||
const delimeter = Math.random().toString(36).substring(2, 15);
|
||||
const content = `${name}<<${delimeter}\n${value}\n${delimeter}`;
|
||||
const content = `${name}<<${delimeter}\n${value}\n${delimeter}\n`;
|
||||
appendFileSync(outputPath, content);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user