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 272 options!</a></h3>
|
||||
<h3><a href="/README.md#-plugins">🧩 Customizable with 40 plugins and 273 options!</a></h3>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -352,12 +352,12 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
||||
<td align="center">
|
||||
Embed metrics images on your profile or blog!<br>
|
||||
Use <a href="https://github.com/marketplace/actions/metrics-embed">GitHub actions</a> for even more features!<br>
|
||||
<img src="/.github/readme/imgs/features_embed.gif" width="441">
|
||||
<img src="/.github/readme/imgs/features_embed.gif" width="360">
|
||||
</td>
|
||||
<td align="center">
|
||||
Share your metrics with friends and on social medias!<br>
|
||||
No configuration needed!<br>
|
||||
<img src="/.github/readme/imgs/features_insights.gif" width="441">
|
||||
<img src="/.github/readme/imgs/features_insights.gif" width="360">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
4
action.yml
generated
4
action.yml
generated
@@ -544,6 +544,10 @@ inputs:
|
||||
description: Enable stargazers plugin
|
||||
default: <default-value>
|
||||
|
||||
plugin_stargazers_charts:
|
||||
description: Charts
|
||||
default: <default-value>
|
||||
|
||||
plugin_stargazers_charts_type:
|
||||
description: Charts display type
|
||||
default: <default-value>
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
|
||||
<ul>
|
||||
<li><i>metrics.npm.optional.chartist</i></li>
|
||||
<li><i>metrics.api.yahoo.finance</i></li>
|
||||
</ul>
|
||||
<b>type:</b> <code>boolean</code>
|
||||
<br>
|
||||
|
||||
@@ -110,8 +110,8 @@ Pass a JSON object mapping category with fileglobs</p>
|
||||
<tr>
|
||||
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
|
||||
<ul>
|
||||
<li><i>metrics.runner.tempdir</i></li>
|
||||
<li><i>metrics.runner.git</i></li>
|
||||
<li><i>metrics.run.tempdir</i></li>
|
||||
<li><i>metrics.run.git</i></li>
|
||||
</ul>
|
||||
<b>type:</b> <code>json</code>
|
||||
<br>
|
||||
|
||||
@@ -77,6 +77,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">🔐 Token<br>
|
||||
🌐 Web instances must configure <code>settings.json</code>:
|
||||
<ul>
|
||||
<li><i>metrics.api.music.any</i></li>
|
||||
</ul>
|
||||
<b>type:</b> <code>token</code>
|
||||
<br></td>
|
||||
</tr>
|
||||
|
||||
@@ -53,6 +53,10 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap">🔐 Token<br>
|
||||
🌐 Web instances must configure <code>settings.json</code>:
|
||||
<ul>
|
||||
<li><i>metrics.api.google.pagespeed</i></li>
|
||||
</ul>
|
||||
<b>type:</b> <code>token</code>
|
||||
<br></td>
|
||||
</tr>
|
||||
|
||||
@@ -52,6 +52,18 @@ Follow instructions from their [documentation](https://developers.google.com/map
|
||||
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
|
||||
<br>
|
||||
<b>default:</b> no<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_stargazers_charts</code></h4></td>
|
||||
<td rowspan="2"><p>Charts</p>
|
||||
<p>It includes total number of stargazers evolution, along with the number of new stars per day over the last two weeks.</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>boolean</code>
|
||||
<br>
|
||||
<b>default:</b> yes<br></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><h4><code>plugin_stargazers_charts_type</code></h4></td>
|
||||
@@ -149,6 +161,7 @@ with:
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_stargazers: yes
|
||||
plugin_stargazers_charts: no
|
||||
plugin_stargazers_worldmap: yes
|
||||
plugin_stargazers_worldmap_token: ${{ secrets.GOOGLE_MAP_TOKEN }}
|
||||
plugin_stargazers_worldmap_sample: 200
|
||||
|
||||
@@ -37,7 +37,11 @@
|
||||
<img width="900" height="1" alt=""></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
|
||||
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
|
||||
<ul>
|
||||
<li><i>metrics.api.twitter.tweets</i></li>
|
||||
</ul>
|
||||
<b>type:</b> <code>boolean</code>
|
||||
<br>
|
||||
<b>default:</b> no<br></td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user