We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bea1ae4 + 24033e0 commit 4a0258cCopy full SHA for 4a0258c
1 file changed
src/helper.ts
@@ -157,7 +157,7 @@ export async function sendPR(
157
baseBranchName: string,
158
) {
159
try {
160
- const formattedContent = JSON.stringify(updatedCodeJSON, null, 2);
+ const formattedContent = JSON.stringify(updatedCodeJSON, null, 2) + "\n";
161
const headBranchName = `code-json-${new Date().getTime()}`;
162
163
const PR = await octokit.createPullRequest({
0 commit comments