mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2025-02-06 18:05:20 -05:00
branch name
This commit is contained in:
parent
0eedd6845b
commit
5194a66eb1
2
.github/workflows/ai_bot.yml
vendored
2
.github/workflows/ai_bot.yml
vendored
@ -223,7 +223,7 @@ jobs:
|
||||
}
|
||||
|
||||
// Create new branch
|
||||
const branchName = `prompt/batch-${Date.now()}`;
|
||||
const branchName = `prompt/${prompts.map(p => p.actName.toLowerCase().replace(/[^a-z0-9]+/g, '-')).join('-')}`;
|
||||
console.log(`Creating new branch: ${branchName}`);
|
||||
|
||||
// Check if branch exists and delete it
|
||||
|
Loading…
x
Reference in New Issue
Block a user