mirror of
https://github.com/actions/labeler
synced 2026-05-08 15:41:00 +02:00
Adjust the indenting again
This commit is contained in:
@@ -46,7 +46,7 @@ export function checkAnyBranch(
|
||||
): boolean {
|
||||
const branchName = getBranchName(branchBase);
|
||||
if (!branchName) {
|
||||
core.debug(` no branch name`);
|
||||
core.debug(` no branch name`);
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -69,7 +69,7 @@ export function checkAllBranch(
|
||||
): boolean {
|
||||
const branchName = getBranchName(branchBase);
|
||||
if (!branchName) {
|
||||
core.debug(` no branch name`);
|
||||
core.debug(` no branch name`);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user