branch name

This commit is contained in:
f 2025-01-06 01:59:22 +03:00
parent 0eedd6845b
commit 5194a66eb1
1 changed files with 1 additions and 1 deletions

View File

@ -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