ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-01-13 04:45:02 +00:00
parent 0da1a8d512
commit fcf60fe5b3
4 changed files with 82 additions and 28 deletions

29
action.yml generated
View File

@@ -977,6 +977,35 @@ inputs:
description: Compatibility mode
default: no
# ====================================================================================
# 💫 Starlists
# Enable or disable plugin
plugin_starlists:
description: Display star lists
default: no
# Number of star lists to display
plugin_starlists_limit:
description: Number of star lists to display
default: 2
# Number of repositories to display per star lists
plugin_starlists_limit_repositories:
description: Number of repositories to display per star lists
default: 2
# List of star lists that will be ignored
plugin_starlists_ignored:
description: Star lists to skip
default: ""
# List of star lists to display
# Using this option is equivalent of using "plugin_starlists_ignored" with all star lists but the ones listed
plugin_starlists_only:
description: Start lists to display
default: ""
# ====================================================================================
# ⏱️ Website performances