diff --git a/README.md b/README.md index 139e0e01..2fe2fc95 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile -

🧩 Customizable with 46 plugins and 329 options!

+

🧩 Customizable with 46 plugins and 330 options!

diff --git a/action.yml b/action.yml index d35035dc..ba2ab546 100644 --- a/action.yml +++ b/action.yml @@ -395,6 +395,10 @@ inputs: description: Years to display default: + plugin_lines_delay: + description: Delay before performing a second query + default: + # ==================================================================================== # šŸ“Œ Starred topics diff --git a/source/plugins/lines/README.md b/source/plugins/lines/README.md index 1271e38e..475f54cc 100644 --- a/source/plugins/lines/README.md +++ b/source/plugins/lines/README.md @@ -99,6 +99,24 @@ All product and company names are trademarksā„¢ or registeredĀ® trademarks of th zero behaviour: disable
default: 1
+ +

plugin_lines_delay

+

Delay before performing a second query

+

When non-zero, will perform a second query after specified delay (in seconds). +The GitHub endpoint used may return inaccurate results on first query (these values seems to be cached on the fly), +after returning correct results upon performing another query.

+

Using this option may mitigate the occurrence of weird values.

+ + + + ✨ On master/main
+type: number +(0 ≤ +š‘„) +
+zero behaviour: disable
+default: 0
+