mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-01-30 16:23:34 -05:00
update
This commit is contained in:
parent
53caec2270
commit
2cf9dd17ae
2
.github/workflows/ai_bot.yml
vendored
2
.github/workflows/ai_bot.yml
vendored
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user