Auto-regenerate files

This commit is contained in:
github-actions[bot]
2021-06-22 17:56:17 +00:00
parent 78a7c97f20
commit d59cec9861
2 changed files with 7 additions and 1 deletions

View File

@@ -402,7 +402,7 @@ Choose `📊 Metrics embed` if you want to customize your GitHub profile and `
### 🐙 Features ### 🐙 Features
* Create infographics from **32 plugins**, **4 templates** and **190 options** * Create infographics from **32 plugins**, **4 templates** and **191 options**
* Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS * Even more **customization** with [community templates](source/templates/community) or by [forking this repository](https://github.com/lowlighter/metrics/network/members) and editing HTML/CSS/EJS
* Support **users**, **organizations** and even **repositories** * Support **users**, **organizations** and even **repositories**
* Transparent by default so it'll blend well whether light or dark mode is used * Transparent by default so it'll blend well whether light or dark mode is used

6
action.yml generated
View File

@@ -17,6 +17,12 @@ inputs:
description: Number of repositories to use description: Number of repositories to use
default: 100 default: 100
# Number of repositories to load at once by queries
# If you encounter GitHub queries timeouts, using a lower value here may solve issues
repositories_batch:
description: Number of repositories to load at once by queries
default: 100
# Include forked repositories into metrics # Include forked repositories into metrics
repositories_forks: repositories_forks:
description: Include forks in metrics description: Include forks in metrics