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 42 plugins and 300 options!</a></h3>
|
||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 42 plugins and 302 options!</a></h3>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -373,6 +373,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
# 📚 Documentation
|
||||
|
||||
|
||||
> <sup>*⚠️ This is the documentation of **v3.30-beta** (`@master`/`@main` branches) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master) planned for next release. See documentation for current released version [**v3.29** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).* </sup>
|
||||
|
||||
|
||||
|
||||
## 🦮 Setup
|
||||
|
||||
10
action.yml
generated
10
action.yml
generated
@@ -1310,6 +1310,14 @@ inputs:
|
||||
description: CSS Selector
|
||||
default: <default-value>
|
||||
|
||||
plugin_screenshot_viewport:
|
||||
description: Viewport options
|
||||
default: <default-value>
|
||||
|
||||
plugin_screenshot_wait:
|
||||
description: Wait time before taking screenshot (ms)
|
||||
default: <default-value>
|
||||
|
||||
plugin_screenshot_background:
|
||||
description: Background
|
||||
default: <default-value>
|
||||
@@ -1342,7 +1350,7 @@ inputs:
|
||||
# Action metadata
|
||||
name: Metrics embed
|
||||
author: lowlighter
|
||||
description: An infographics generator with 40+ plugins and 200+ options to display stats about your GitHub account!
|
||||
description: An infographics generator with 40+ plugins and 300+ options to display stats about your GitHub account!
|
||||
branding:
|
||||
icon: user-check
|
||||
color: gray-dark
|
||||
|
||||
@@ -74,6 +74,34 @@
|
||||
<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_viewport</code></h4></td>
|
||||
<td rowspan="2"><p>Viewport options</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>json</code>
|
||||
<br>
|
||||
<b>default:</b> <details><summary>→ Click to expand</summary><pre language="json"><code>{
|
||||
"width": 1280,
|
||||
"height": 1280
|
||||
}
|
||||
</code></pre></details><br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_screenshot_wait</code></h4></td>
|
||||
<td rowspan="2"><p>Wait time before taking screenshot (ms)</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>default:</b> 0<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_screenshot_background</code></h4></td>
|
||||
|
||||
@@ -188,8 +188,7 @@ In this case the repository must be accessible directly.</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>array</code>
|
||||
<td nowrap="nowrap"><b>type:</b> <code>array</code>
|
||||
<i>(comma-separated)</i>
|
||||
<br></td>
|
||||
</tr>
|
||||
@@ -212,8 +211,7 @@ In this case the repository must be accessible directly.</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>
|
||||
<td nowrap="nowrap"><b>type:</b> <code>number</code>
|
||||
<i>(0 ≤
|
||||
𝑥
|
||||
≤ 15)</i>
|
||||
|
||||
@@ -103,8 +103,7 @@ All product and company names are trademarks™ or registered® trademarks of th
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
|
||||
<b>type:</b> <code>array</code>
|
||||
<td nowrap="nowrap"><b>type:</b> <code>array</code>
|
||||
<i>(comma-separated)</i>
|
||||
<br></td>
|
||||
</tr>
|
||||
@@ -114,8 +113,7 @@ All product and company names are trademarks™ or registered® trademarks of th
|
||||
<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>
|
||||
<td nowrap="nowrap"><b>type:</b> <code>string</code>
|
||||
<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user