ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2023-09-12 03:40:36 +00:00
parent e0729b29f4
commit 0749611452
3 changed files with 23 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 46 plugins and 329 options!</a></h3>
<h3><a href="/README.md#-plugins">🧩 Customizable with 46 plugins and 330 options!</a></h3>
</th>
</tr>
<tr>

4
action.yml generated
View File

@@ -395,6 +395,10 @@ inputs:
description: Years to display
default: <default-value>
plugin_lines_delay:
description: Delay before performing a second query
default: <default-value>
# ====================================================================================
# 📌 Starred topics

View File

@@ -99,6 +99,24 @@ All product and company names are trademarks™ or registered® trademarks of th
<b>zero behaviour:</b> disable</br>
<b>default:</b> 1<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_lines_delay</code></h4></td>
<td rowspan="2"><p>Delay before performing a second query</p>
<p>When non-zero, will perform a second query after specified delay (in seconds).
The GitHub endpoint used may return inaccurate results on first query (these values seems to be cached on the fly),
after returning correct results upon performing another query.</p>
<p>Using this option may mitigate the occurrence of weird values.</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>number</code>
<i>(0 ≤
𝑥)</i>
<br>
<b>zero behaviour:</b> disable</br>
<b>default:</b> 0<br></td>
</tr>
</table>
<!--/options-->