source/plugins/isocalendar/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_isocalendar_duration</code></h4></td> <td rowspan="2"><p>Time range</p> <ul> <li><code>half-year</code>: 180 days</li> <li><code>full-year</code>: 1 year</li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>string</code><b>default:</b> half-year
<b>allowed values:</b><ul><li>half-year</li><li>full-year</li></ul></td>
</tr> </table> <!--/options-->name: Half-year calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.isocalendar.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_isocalendar: yes
name: Full-year calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.isocalendar.fullyear.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_isocalendar: yes
plugin_isocalendar_duration: full-year