ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-03-24 03:37:43 +00:00
parent 7a0e67b10a
commit 2555bd55ff
3 changed files with 19 additions and 1 deletions

View File

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

4
action.yml generated
View File

@@ -469,6 +469,10 @@ inputs:
description: Toggle identicons display description: Toggle identicons display
default: <default-value> default: <default-value>
plugin_people_identicons_hide:
description: Hide identicons display
default: <default-value>
plugin_people_size: plugin_people_size:
description: Profile picture display size description: Profile picture display size
default: <default-value> default: <default-value>

View File

@@ -62,6 +62,20 @@
<tr> <tr>
<td nowrap="nowrap"><b>type:</b> <code>boolean</code> <td nowrap="nowrap"><b>type:</b> <code>boolean</code>
<br> <br>
<b>default:</b> no<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_people_identicons_hide</code></h4></td>
<td rowspan="2"><p>Hide identicons display</p>
<p>This can be used to mask user who did not setup a personal profile picture.</p>
<p>When used with <code>plugin_people_identicons</code>, users who did not setup a personal profile picture
will still be filtered out, but will have their picture replaced by an identicon instead.</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> <b>default:</b> no<br></td>
</tr> </tr>
<tr> <tr>