ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-06-24 18:11:01 +00:00
parent 43b041461c
commit 79b80b1900
5 changed files with 88 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
</tr>
<tr>
<td colspan="2" align="center">
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.svg" alt=""></img>
<details open><summary>Featured</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.svg" alt=""></img></details>
<details><summary>Pinned</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.repositories.pinned.svg" alt=""></img></details>
<img width="900" height="1" alt="">
</td>
</tr>
@@ -56,6 +57,20 @@
<i>(comma-separated)</i>
<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_repositories_pinned</code></h4></td>
<td rowspan="2"><p>Display pinned repositories</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 ≤
𝑥
≤ 6)</i>
<br>
<b>default:</b> 0<br></td>
</tr>
</table>
<!--/options-->
@@ -72,5 +87,16 @@ with:
plugin_repositories: yes
plugin_repositories_featured: lowlighter/metrics
```
```yaml
name: Pinned repositories
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.repositories.pinned.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_repositories: yes
plugin_repositories_pinned: 2
```
<!--/examples-->