mirror of
https://github.com/actions/labeler.git
synced 2025-12-12 04:27:34 +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;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user