From 07496114521ce9d311f4640b1a5bdc10adccddbc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 03:40:36 +0000 Subject: [PATCH] ci: auto-regenerate files --- README.md | 2 +- action.yml | 4 ++++ source/plugins/lines/README.md | 18 ++++++++++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) 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
+