ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-11-30 04:26:57 +00:00
parent bdcab18196
commit 7f5128dc2e
3 changed files with 33 additions and 6 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 309 options!</a></h3> <h3><a href="/README.md#-plugins">🧩 Customizable with 43 plugins and 310 options!</a></h3>
</th> </th>
</tr> </tr>
<tr> <tr>

8
action.yml generated
View File

@@ -1333,8 +1333,8 @@ inputs:
description: Splatnet token description: Splatnet token
default: <default-value> default: <default-value>
plugin_splatoon_modes: plugin_splatoon_sections:
description: Displayed modes description: Displayed sections
default: <default-value> default: <default-value>
plugin_splatoon_versus_limit: plugin_splatoon_versus_limit:
@@ -1353,6 +1353,10 @@ inputs:
description: stat.ink token description: stat.ink token
default: <default-value> default: <default-value>
plugin_splatoon_source:
description: Source
default: <default-value>
# ==================================================================================== # ====================================================================================
# 💹 Stock prices # 💹 Stock prices

View File

@@ -63,8 +63,13 @@ All product and company names are trademarks™ or registered® trademarks of th
<br></td> <br></td>
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><h4><code>plugin_splatoon_modes</code></h4></td> <td nowrap="nowrap"><h4><code>plugin_splatoon_sections</code></h4></td>
<td rowspan="2"><p>Displayed modes</p> <td rowspan="2"><p>Displayed sections</p>
<ul>
<li><code>player</code> for overall player recap</li>
<li><code>versus</code> for <em>Turf war</em> and <em>Anarchy battle</em> matches</li>
<li><code>salmon-run</code> for <em>Salmon run next wave</em> matches</li>
</ul>
<img width="900" height="1" alt=""></td> <img width="900" height="1" alt=""></td>
</tr> </tr>
<tr> <tr>
@@ -72,7 +77,7 @@ All product and company names are trademarks™ or registered® trademarks of th
<b>type:</b> <code>array</code> <b>type:</b> <code>array</code>
<i>(comma-separated)</i> <i>(comma-separated)</i>
<br> <br>
<b>default:</b> turf-war, splat-zones, tower-control, rainmaker, clam-blitz, salmon-run<br></td> <b>default:</b> player, versus, salmon-run<br></td>
</tr> </tr>
<tr> <tr>
<td nowrap="nowrap"><h4><code>plugin_splatoon_versus_limit</code></h4></td> <td nowrap="nowrap"><h4><code>plugin_splatoon_versus_limit</code></h4></td>
@@ -130,6 +135,24 @@ Requires <a href="/source/plugins/community/splatoon/README.md#plugin_splatoon_s
<b>type:</b> <code>token</code> <b>type:</b> <code>token</code>
<br></td> <br></td>
</tr> </tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_splatoon_source</code></h4></td>
<td rowspan="2"><p>Source</p>
<ul>
<li><code>splatnet</code> will fetch data from Splatnet using <a href="https://github.com/spacemeowx2/s3si.ts">spacemeowx2/s3si.ts</a> tool</li>
<li><code>local</code> will assume <code>s3si/export</code> directory already exists and is populated (use this when developping new features for this plugin to save network resources and time)</li>
</ul>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">⏯️ Cannot be preset<br>
🔧 For development<br>
✨ On <code>master</code>/<code>main</code><br>
<b>type:</b> <code>string</code>
<br>
<b>default:</b> splatnet<br>
<b>allowed values:</b><ul><li>splatnet</li><li>local</li></ul></td>
</tr>
</table> </table>
<!--/options--> <!--/options-->