From 030f17ec90b313e581f2cb28408156d24ab04a1d Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sun, 29 May 2022 02:23:14 +0000
Subject: [PATCH] ci: auto-regenerate files
---
README.md | 2 +-
action.yml | 8 ++++++++
source/plugins/base/README.md | 11 +++++++++++
source/plugins/core/README.md | 3 +--
source/plugins/wakatime/README.md | 11 +++++++++++
5 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index c36c2ef8..0cac2a66 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
|
-
+
|
diff --git a/action.yml b/action.yml
index cc65b903..a93f3a05 100644
--- a/action.yml
+++ b/action.yml
@@ -14,6 +14,10 @@ inputs:
description: Indepth mode
default:
+ base_hireable:
+ description: Display `Available for hire!` in header section
+ default:
+
repositories:
description: Repositories to fetch
default:
@@ -1066,6 +1070,10 @@ inputs:
description: Include other languages
default:
+ plugin_wakatime_languages_ignored:
+ description: Ignored languages
+ default:
+
plugin_wakatime_repositories_visibility:
description: Repositories visibility
default:
diff --git a/source/plugins/base/README.md b/source/plugins/base/README.md
index bc883ce3..2c7a7c90 100644
--- a/source/plugins/base/README.md
+++ b/source/plugins/base/README.md
@@ -72,6 +72,17 @@ This currently improves the accuracy of the following statistics:
🌐 Web instances must configure settings.json
type: boolean
+default: no
|
+
+
+ base_hireable
|
+ Display Available for hire! in header section
+![]() |
+
+
+ ✨ On master/main
+type: boolean
+
default: no
|
diff --git a/source/plugins/core/README.md b/source/plugins/core/README.md
index b87fbcce..1d51f923 100644
--- a/source/plugins/core/README.md
+++ b/source/plugins/core/README.md
@@ -964,7 +964,6 @@ This option has no effects on forks (images will always be rebuilt from Dockerfi
Debug flags
--cakeday: simulate registration anniversary
---hireable: simulate "Available for hire" account setting
--halloween: enable halloween colors
--error: force render error
@@ -976,7 +975,7 @@ This option has no effects on forks (images will always be rebuilt from Dockerfi
type: array
(space-separated)
-allowed values:- --cakeday
- --hireable
- --halloween
- --error
|
+allowed values:- --cakeday
- --halloween
- --error
debug_print
|
diff --git a/source/plugins/wakatime/README.md b/source/plugins/wakatime/README.md
index 57ef0930..90115530 100644
--- a/source/plugins/wakatime/README.md
+++ b/source/plugins/wakatime/README.md
@@ -127,6 +127,17 @@
type: boolean
default: no
|
+
+
+ plugin_wakatime_languages_ignored
|
+ Ignored languages
+![]() |
+
+
+ ✨ On master/main
+type: array
+(comma-separated)
+
|
plugin_wakatime_repositories_visibility
|