From cc9c19906966be2522909b34f1a5361a3f2bced1 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Mon, 2 Nov 2020 22:45:29 +0100 Subject: [PATCH] Fix indentation --- action/dist/index.js | 4 ++-- action/index.mjs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/action/dist/index.js b/action/dist/index.js index 3102ab04..03796b49 100644 --- a/action/dist/index.js +++ b/action/dist/index.js @@ -1011,8 +1011,8 @@ var E_Users_lecoq_Documents_GitHub_gitstats_node_modules_actions_github_lib_gith if (plugins.posts.enabled) { for (const option of ["source", "limit"]) q[`posts.${option}`] = core.getInput(`plugin_posts_${option}`) || "" - console.log(`Posts provider | ${q["posts.provider"]}`) - console.log(`Posts limit | ${q["posts.limit"]}`) + console.log(`Posts provider | ${q["posts.provider"]}`) + console.log(`Posts limit | ${q["posts.limit"]}`) } //Repositories to use diff --git a/action/index.mjs b/action/index.mjs index 905a39b4..409cb43e 100644 --- a/action/index.mjs +++ b/action/index.mjs @@ -105,8 +105,8 @@ if (plugins.posts.enabled) { for (const option of ["source", "limit"]) q[`posts.${option}`] = core.getInput(`plugin_posts_${option}`) || "" - console.log(`Posts provider | ${q["posts.provider"]}`) - console.log(`Posts limit | ${q["posts.limit"]}`) + console.log(`Posts provider | ${q["posts.provider"]}`) + console.log(`Posts limit | ${q["posts.limit"]}`) } //Repositories to use