ci: auto-regenerate files

This commit is contained in:
lowlighter
2022-01-18 13:13:01 -05:00
parent 10b7a15754
commit 7445e2e771
2 changed files with 4 additions and 20 deletions

10
action.yml generated
View File

@@ -43,7 +43,7 @@ inputs:
commits_authoring:
description: Name, username, email addresses that has been used for authoring commits
description: Identifiers that has been used for authoring commits
default: .user.login
# ====================================================================================
@@ -392,7 +392,7 @@ inputs:
plugin_licenses_legal:
description: Display permissions, limitations and conditions about used licenses
description: Display permissions, limitations and conditions about licenses
default: yes
# ====================================================================================
@@ -882,14 +882,12 @@ inputs:
plugin_starlists_ignored:
description: Skipped star lists (case insensitive, emojis insensitive)
description: Skipped star lists
default: ""
plugin_starlists_only:
description: >-
Restrict display to specified star lists (case insensitive, emojis
insensitive)
description: Restrict display to specified star lists
default: ""
# ====================================================================================

View File

@@ -34,17 +34,3 @@
plugin_languages_limit: 4
use_mocked_data: 'yes'
verify: 'yes'
- name: 🈷️ Most used languages - Indepth analysis
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_languages: 'yes'
plugin_languages_ignored: >-
html, css, tex, less, dockerfile, makefile, qmake, lex, cmake, shell,
gnuplot
plugin_languages_indepth: 'yes'
plugin_languages_details: lines, bytes-size
plugin_languages_limit: 4
plugin_languages_analysis_timeout: 15
use_mocked_data: 'yes'
verify: 'yes'