Fix indentation
This commit is contained in:
4
action/dist/index.js
vendored
4
action/dist/index.js
vendored
@@ -1011,8 +1011,8 @@ var E_Users_lecoq_Documents_GitHub_gitstats_node_modules_actions_github_lib_gith
|
|||||||
if (plugins.posts.enabled) {
|
if (plugins.posts.enabled) {
|
||||||
for (const option of ["source", "limit"])
|
for (const option of ["source", "limit"])
|
||||||
q[`posts.${option}`] = core.getInput(`plugin_posts_${option}`) || ""
|
q[`posts.${option}`] = core.getInput(`plugin_posts_${option}`) || ""
|
||||||
console.log(`Posts provider | ${q["posts.provider"]}`)
|
console.log(`Posts provider | ${q["posts.provider"]}`)
|
||||||
console.log(`Posts limit | ${q["posts.limit"]}`)
|
console.log(`Posts limit | ${q["posts.limit"]}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
//Repositories to use
|
//Repositories to use
|
||||||
|
|||||||
@@ -105,8 +105,8 @@
|
|||||||
if (plugins.posts.enabled) {
|
if (plugins.posts.enabled) {
|
||||||
for (const option of ["source", "limit"])
|
for (const option of ["source", "limit"])
|
||||||
q[`posts.${option}`] = core.getInput(`plugin_posts_${option}`) || ""
|
q[`posts.${option}`] = core.getInput(`plugin_posts_${option}`) || ""
|
||||||
console.log(`Posts provider | ${q["posts.provider"]}`)
|
console.log(`Posts provider | ${q["posts.provider"]}`)
|
||||||
console.log(`Posts limit | ${q["posts.limit"]}`)
|
console.log(`Posts limit | ${q["posts.limit"]}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
//Repositories to use
|
//Repositories to use
|
||||||
|
|||||||
Reference in New Issue
Block a user