rename CLI to runner
This commit is contained in:
parent
fe756603d9
commit
09677dada5
23 changed files with 56 additions and 56 deletions
|
|
@ -14,7 +14,7 @@ export function getActionsLogger(): Logger {
|
|||
return core;
|
||||
}
|
||||
|
||||
export function getCLILogger(): Logger {
|
||||
export function getRunnerLogger(): Logger {
|
||||
return {
|
||||
debug: console.debug,
|
||||
info: console.info,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue