Logging
This commit is contained in:
parent
726d5808b5
commit
4991c0c947
@ -97,6 +97,7 @@ export async function setupBranch(
|
|||||||
// - No underscores
|
// - No underscores
|
||||||
// - Max 50 chars (to allow for prefixes)
|
// - Max 50 chars (to allow for prefixes)
|
||||||
const branchName = `${branchPrefix}${entityType}-${entityNumber}-${timestamp}`;
|
const branchName = `${branchPrefix}${entityType}-${entityNumber}-${timestamp}`;
|
||||||
|
console.log(`Provided branch name template: ${branchNameTemplate}`);
|
||||||
const newBranch = branchName.toLowerCase().substring(0, 50);
|
const newBranch = branchName.toLowerCase().substring(0, 50);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user