Logging
This commit is contained in:
parent
726d5808b5
commit
4991c0c947
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user