ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-05-29 03:34:31 +00:00
parent 33235cedb5
commit 7e2a0b5a05
3 changed files with 24 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 40 plugins and 261 options!</a></h3> <h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 262 options!</a></h3>
</th> </th>
</tr> </tr>
<tr> <tr>

4
action.yml generated
View File

@@ -181,6 +181,10 @@ inputs:
description: Delay between each retry (in seconds, for output action) description: Delay between each retry (in seconds, for output action)
default: <default-value> default: <default-value>
clean_workflows:
description: Clean previous workflows jobs
default: <default-value>
delay: delay:
description: Job delay description: Job delay
default: <default-value> default: <default-value>

View File

@@ -837,6 +837,25 @@ It can result in cropped or oversized outputs.</p>
≤ 3600)</i> ≤ 3600)</i>
<br> <br>
<b>default:</b> 120<br></td> <b>default:</b> 120<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>clean_workflows</code></h4></td>
<td rowspan="2"><p>Clean previous workflows jobs</p>
<p>This can be used to clean up Action tabs from previous workflows runs.</p>
<p>Use <code>all</code> to clean up workflows runs in any state.</p>
<blockquote>
<p>⚠️ When reporting issues, it is <strong>required</strong> to provide logs so it can be investigated and reproduced.
Be sure to disable this option when asking for help or submitting bug reports.</p>
</blockquote>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">⏯️ Cannot be preset<br>
✨ On <code>master</code>/<code>main</code><br>
<b>type:</b> <code>array</code>
<i>(comma-separated)</i>
<br>
<b>allowed values:</b><ul><li>cancelled</li><li>failure</li><li>success</li><li>skipped</li><li>startup_failure</li><li>timed_out</li><li>all</li></ul></td>
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><h4><code>delay</code></h4></td> <td nowrap="nowrap"><h4><code>delay</code></h4></td>