Skip to content

Commit

Permalink
fix csv
Browse files Browse the repository at this point in the history
  • Loading branch information
f committed Jan 6, 2025
1 parent b55c0bf commit 44a141e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ai_bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44a141e

Please sign in to comment.