ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-01-13 20:06:04 +00:00
parent 36c796e62e
commit 44e3992ca9
2 changed files with 7 additions and 2 deletions

View File

@@ -460,7 +460,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
### 🐙 Features ### 🐙 Features
* Create infographics from **38 plugins**, **4 templates** and **232 options** * Create infographics from **38 plugins**, **4 templates** and **233 options**
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS * Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
* Support **users**, **organizations** and even **repositories** * Support **users**, **organizations** and even **repositories**
* Transparent by default so it'll blend well whether light or dark mode is used * Transparent by default so it'll blend well whether light or dark mode is used

7
action.yml generated
View File

@@ -965,6 +965,11 @@ inputs:
description: Number of repositories to display per star lists description: Number of repositories to display per star lists
default: 2 default: 2
# Shuffle displayed repositories for varied outputs
plugin_starlists_shuffle_repositories:
description: Shuffle displayed repositories
default: yes
# List of star lists that will be ignored # List of star lists that will be ignored
plugin_starlists_ignored: plugin_starlists_ignored:
description: Star lists to skip description: Star lists to skip
@@ -973,7 +978,7 @@ inputs:
# List of star lists to display # List of star lists to display
# Using this option is equivalent of using "plugin_starlists_ignored" with all star lists but the ones listed # Using this option is equivalent of using "plugin_starlists_ignored" with all star lists but the ones listed
plugin_starlists_only: plugin_starlists_only:
description: Start lists to display description: Star lists to display
default: "" default: ""
# ==================================================================================== # ====================================================================================