mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
Logging
This commit is contained in:
@@ -97,6 +97,7 @@ export async function setupBranch(
|
||||
// - No underscores
|
||||
// - Max 50 chars (to allow for prefixes)
|
||||
const branchName = `${branchPrefix}${entityType}-${entityNumber}-${timestamp}`;
|
||||
console.log(`Provided branch name template: ${branchNameTemplate}`);
|
||||
const newBranch = branchName.toLowerCase().substring(0, 50);
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user