From f88cf3357e320da67a5edf30771c8c8a63ca0f3c Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Mon, 9 May 2022 17:09:32 +0200 Subject: [PATCH] ci: console --- src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 9d01a4b..b78815e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -17,13 +17,13 @@ export async function main() { // get template if found in the repo const customTemplatePath = core.getInput('template-path'); - core.info(`check if customTemplatePath: ${customTemplatePath} exists`); + console.log(`check if customTemplatePath: ${customTemplatePath} exists`); try { const dir = await readdir('./'); - core.info(dir.join('\n')); + console.log(dir.join('\n')); template = await readFile('TEMPLATE.ejs', 'utf8'); } catch { - core.warning("Couldn't find template file, using default"); + console.log("Couldn't find template file, using default"); } const sortedByLanguages = await ghStarFetch({