ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-05-20 02:49:29 +00:00
parent dba0624328
commit 9f7b87ec7a
3 changed files with 18 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 40 plugins and 258 options!</a></h3>
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 259 options!</a></h3>
</th>
</tr>
<tr>

4
action.yml generated
View File

@@ -1066,6 +1066,10 @@ inputs:
description: Include other languages
default: <default-value>
plugin_wakatime_repositories_visibility:
description: Repositories visibility
default: <default-value>
# ====================================================================================
# 🥠 Fortune

View File

@@ -128,6 +128,19 @@
<br>
<b>default:</b> no<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_wakatime_repositories_visibility</code></h4></td>
<td rowspan="2"><p>Repositories visibility</p>
<p>Lets you hide private repositories.</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>string</code>
<br>
<b>default:</b> all<br>
<b>allowed values:</b><ul><li>public</li><li>all</li></ul></td>
</tr>
</table>
<!--/options-->