ci: auto-regenerate files
This commit is contained in:
@@ -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 261 options!</a></h3>
|
||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 262 options!</a></h3>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
4
action.yml
generated
4
action.yml
generated
@@ -181,6 +181,10 @@ inputs:
|
||||
description: Delay between each retry (in seconds, for output action)
|
||||
default: <default-value>
|
||||
|
||||
clean_workflows:
|
||||
description: Clean previous workflows jobs
|
||||
default: <default-value>
|
||||
|
||||
delay:
|
||||
description: Job delay
|
||||
default: <default-value>
|
||||
|
||||
@@ -837,6 +837,25 @@ It can result in cropped or oversized outputs.</p>
|
||||
≤ 3600)</i>
|
||||
<br>
|
||||
<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>
|
||||
<td nowrap="nowrap"><h4><code>delay</code></h4></td>
|
||||
|
||||
Reference in New Issue
Block a user