source/plugins/calendar/README.md
</td>
<b>default:</b> no
</td> </tr> <tr> <td nowrap="nowrap"><h4><code>plugin_calendar_limit</code></h4></td> <td rowspan="2"><p>Years to display</p> <p>This option has different behaviours depending on its value:</p> <ul> <li><code>n > 0</code> will display the last <code>n</code> years, relative to current year</li> <li><code>n == 0</code> will display all years starting from GitHub account registration date</li> <li><code>n < 0</code> will display all years plus <code>n</code> additional years, relative to GitHub account registration date<ul> <li>Use this when there are commits pushed before GitHub registration</li> </ul> </li> </ul> </td> </tr> <tr> <td nowrap="nowrap"><b>type:</b> <code>number</code><b>zero behaviour:</b> disable</br> <b>default:</b> 1
</td> </tr> </table> <!--/options-->name: Current year calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.calendar.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_calendar: yes
name: Full history calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.calendar.full.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_calendar: yes
plugin_calendar_limit: 0