Skip to content

Commit

Permalink
Update branch-name.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <[email protected]>
  • Loading branch information
rarkins and viceice authored Dec 14, 2024
1 parent 4f4390a commit b93b82f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/workers/repository/updates/branch-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export function generateBranchName(update: RenovateConfig): void {
);
update.groupName = update.sharedVariableName;
}
update.groupName ??= update.sharedVariableName;
if (update.groupName) {
update.groupName = template.compile(update.groupName, update);
logger.trace('Using group branchName template');
Expand Down

0 comments on commit b93b82f

Please sign in to comment.