mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 12:37:48 +00:00
Adjust the indenting again
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -489,7 +489,7 @@ function checkAll(matchConfigs, changedFiles) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
core.debug(` "all" patterns matched all files`);
|
core.debug(` "all" patterns matched all configs`);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
exports.checkAll = checkAll;
|
exports.checkAll = checkAll;
|
||||||
|
|||||||
@@ -286,7 +286,7 @@ export function checkAll(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
core.debug(` "all" patterns matched all files`);
|
core.debug(` "all" patterns matched all configs`);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user