mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-03-10 07:59:24 -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
|
// 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
|
// Create new branch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user