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 43 plugins and 310 options!</a></h3>
|
||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 43 plugins and 311 options!</a></h3>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
4
action.yml
generated
4
action.yml
generated
@@ -1310,6 +1310,10 @@ inputs:
|
||||
description: CSS Selector
|
||||
default: <default-value>
|
||||
|
||||
plugin_screenshot_mode:
|
||||
description: Output mode
|
||||
default: <default-value>
|
||||
|
||||
plugin_screenshot_viewport:
|
||||
description: Viewport options
|
||||
default: <default-value>
|
||||
|
||||
@@ -74,6 +74,25 @@
|
||||
<td nowrap="nowrap"><b>type:</b> <code>string</code>
|
||||
<br>
|
||||
<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>
|
||||
<td nowrap="nowrap"><h4><code>plugin_screenshot_viewport</code></h4></td>
|
||||
|
||||
Reference in New Issue
Block a user