From 0eaaedda6ebee8b698e1ae8b361c6194873672f4 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Thu, 26 Nov 2020 20:20:33 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92c1bccb..f7f1fc11 100644 --- a/README.md +++ b/README.md @@ -531,7 +531,7 @@ The *isocalendar* plugin allows you to display an isometric view of your commits
💬 About -It will consume an additional GitHub request. +It will consume two additional GitHub requests. Add the following to your workflow : ```yaml @@ -541,6 +541,17 @@ Add the following to your workflow : plugin_isocalendar: yes ``` +It is possible to extend display a full-year by adding the following instead : +```yaml +- uses: lowlighter/metrics@latest + with: + # ... other options + plugin_isocalendar: yes + plugin_isocalendar_duration: full-year +``` + +![Isocalendar plugin](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.isocalendar.fullyear.svg) +
#### 👨‍💻 Lines