mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-03-09 23:50:33 -04:00
fix csv
This commit is contained in:
parent
b55c0bff38
commit
44a141e24e
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user