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