mirror of
https://github.com/actions/labeler.git
synced 2025-12-14 13:47:02 +00: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