ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-04-12 04:12:44 +00:00
parent 2f4e875abf
commit 70202c4ebc
3 changed files with 20 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr>
<tr>
<th colspan="2" align="center">
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 249 options!</a></h3>
<h3><a href="/README.md#-plugins">🧩 Customizable with 39 plugins and 250 options!</a></h3>
</th>
</tr>
<tr>

6
action.yml generated
View File

@@ -249,6 +249,12 @@ inputs:
description: Display threshold (percentage)
default: <default-value>
plugin_languages_other:
description: >-
Group unknown, ignored and over-limit languages into a single "Other"
category
default: <default-value>
plugin_languages_colors:
description: Custom languages colors
default: <default-value>

View File

@@ -86,6 +86,19 @@
<td nowrap="nowrap"><b>type:</b> <code>string</code>
<br>
<b>default:</b> 0%<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_languages_other</code></h4></td>
<td rowspan="2"><p>Group unknown, ignored and over-limit languages into a single &quot;Other&quot; category</p>
<p>If this option is enabled, &quot;Other&quot; category will not be subject to <code>plugin_languages_threshold</code>.
It will be automatically hidden if empty.</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
<b>type:</b> <code>boolean</code>
<br>
<b>default:</b> no<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_languages_colors</code></h4></td>