ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-05-29 02:23:14 +00:00
parent 046bc8c4fe
commit 030f17ec90
5 changed files with 32 additions and 3 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 40 plugins and 259 options!</a></h3> <h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 261 options!</a></h3>
</th> </th>
</tr> </tr>
<tr> <tr>

8
action.yml generated
View File

@@ -14,6 +14,10 @@ inputs:
description: Indepth mode description: Indepth mode
default: <default-value> default: <default-value>
base_hireable:
description: Display `Available for hire!` in header section
default: <default-value>
repositories: repositories:
description: Repositories to fetch description: Repositories to fetch
default: <default-value> default: <default-value>
@@ -1066,6 +1070,10 @@ inputs:
description: Include other languages description: Include other languages
default: <default-value> default: <default-value>
plugin_wakatime_languages_ignored:
description: Ignored languages
default: <default-value>
plugin_wakatime_repositories_visibility: plugin_wakatime_repositories_visibility:
description: Repositories visibility description: Repositories visibility
default: <default-value> default: <default-value>

View File

@@ -72,6 +72,17 @@ This currently improves the accuracy of the following statistics:</p>
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code><br> <td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code><br>
<b>type:</b> <code>boolean</code> <b>type:</b> <code>boolean</code>
<br> <br>
<b>default:</b> no<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>base_hireable</code></h4></td>
<td rowspan="2"><p>Display <code>Available for hire!</code> in header section</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>

View File

@@ -964,7 +964,6 @@ This option has no effects on forks (images will always be rebuilt from Dockerfi
<td rowspan="2"><p>Debug flags</p> <td rowspan="2"><p>Debug flags</p>
<ul> <ul>
<li><code>--cakeday</code>: simulate registration anniversary</li> <li><code>--cakeday</code>: simulate registration anniversary</li>
<li><code>--hireable</code>: simulate &quot;Available for hire&quot; account setting</li>
<li><code>--halloween</code>: enable halloween colors</li> <li><code>--halloween</code>: enable halloween colors</li>
<li><code>--error</code>: force render error</li> <li><code>--error</code>: force render error</li>
</ul> </ul>
@@ -976,7 +975,7 @@ This option has no effects on forks (images will always be rebuilt from Dockerfi
<b>type:</b> <code>array</code> <b>type:</b> <code>array</code>
<i>(space-separated)</i> <i>(space-separated)</i>
<br> <br>
<b>allowed values:</b><ul><li>--cakeday</li><li>--hireable</li><li>--halloween</li><li>--error</li></ul></td> <b>allowed values:</b><ul><li>--cakeday</li><li>--halloween</li><li>--error</li></ul></td>
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><h4><code>debug_print</code></h4></td> <td nowrap="nowrap"><h4><code>debug_print</code></h4></td>

View File

@@ -127,6 +127,17 @@
<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> <b>default:</b> no<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_wakatime_languages_ignored</code></h4></td>
<td rowspan="2"><p>Ignored languages</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>array</code>
<i>(comma-separated)</i>
<br></td>
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><h4><code>plugin_wakatime_repositories_visibility</code></h4></td> <td nowrap="nowrap"><h4><code>plugin_wakatime_repositories_visibility</code></h4></td>