This commit is contained in:
f 2025-01-06 00:17:51 +03:00
parent 53caec2270
commit 2cf9dd17ae
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ jobs:
});
// Format the new prompt section
const newSection = `\n## ${actName}\n${contributorInfo ? contributorInfo + '\n' : ''}\n> ${newPrompt}\n`;
const newSection = `## ${actName}\n${contributorInfo ? contributorInfo + '\n' : ''}\n> ${newPrompt}\n\n`;
// Insert the new section before Contributors in README
let readmeContent = Buffer.from(readmeFile.content, 'base64').toString('utf-8');