mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
fix csv
This commit is contained in:
2
.github/workflows/ai_bot.yml
vendored
2
.github/workflows/ai_bot.yml
vendored
@@ -262,7 +262,7 @@ jobs:
|
||||
}
|
||||
|
||||
// Add to CSV content
|
||||
csvContent += `"${actName.replace(/"/g, '""')}","${csvPrompt.replace(/"/g, '""')}"\n`;
|
||||
csvContent += `"${actName.replace(/^Act as an?/i, '').replace(/"/g, '""')}","${csvPrompt.replace(/"/g, '""')}"\n`;
|
||||
}
|
||||
|
||||
// Create new branch
|
||||
|
||||
Reference in New Issue
Block a user