Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -531,7 +531,7 @@ The *isocalendar* plugin allows you to display an isometric view of your commits
|
|||||||
<details>
|
<details>
|
||||||
<summary>💬 About</summary>
|
<summary>💬 About</summary>
|
||||||
|
|
||||||
It will consume an additional GitHub request.
|
It will consume two additional GitHub requests.
|
||||||
|
|
||||||
Add the following to your workflow :
|
Add the following to your workflow :
|
||||||
```yaml
|
```yaml
|
||||||
@@ -541,6 +541,17 @@ Add the following to your workflow :
|
|||||||
plugin_isocalendar: yes
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
#### 👨💻 Lines
|
#### 👨💻 Lines
|
||||||
|
|||||||
Reference in New Issue
Block a user