ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-12-19 18:28:22 +00:00
parent 71c4c8c35b
commit f38005cdeb
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 43 plugins and 310 options!</a></h3> <h3><a href="/README.md#-plugins">🧩 Customizable with 43 plugins and 311 options!</a></h3>
</th> </th>
</tr> </tr>
<tr> <tr>

4
action.yml generated
View File

@@ -1310,6 +1310,10 @@ inputs:
description: CSS Selector description: CSS Selector
default: <default-value> default: <default-value>
plugin_screenshot_mode:
description: Output mode
default: <default-value>
plugin_screenshot_viewport: plugin_screenshot_viewport:
description: Viewport options description: Viewport options
default: <default-value> default: <default-value>

View File

@@ -74,6 +74,25 @@
<td nowrap="nowrap"><b>type:</b> <code>string</code> <td nowrap="nowrap"><b>type:</b> <code>string</code>
<br> <br>
<b>default:</b> body<br></td> <b>default:</b> body<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_screenshot_mode</code></h4></td>
<td rowspan="2"><p>Output mode</p>
<ul>
<li><code>image</code>: screenshot of selected element</li>
<li><code>text</code>: keep <a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/innerText"><code>innerText</code></a> of selected element<ul>
<li><em>⚠️ Any CSS style applied to text such as font size, weight or color will be removed</em></li>
</ul>
</li>
</ul>
<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> image<br>
<b>allowed values:</b><ul><li>image</li><li>text</li></ul></td>
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><h4><code>plugin_screenshot_viewport</code></h4></td> <td nowrap="nowrap"><h4><code>plugin_screenshot_viewport</code></h4></td>