Merge pull request #10638 from backstage/jhaals-patch-1
renovate: fix prettier
This commit is contained in:
@@ -44,7 +44,7 @@ jobs:
|
||||
}
|
||||
|
||||
const pkgs = packages.map((pkg) => `'${pkg}': patch`).join("\n");
|
||||
const body = `---\n${pkgs}\n---\n\n${message}\n`;
|
||||
const body = `---\n${pkgs}\n---\n\n${message.trim()}\n`;
|
||||
await fs.writeFile(fileName, body);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user