ci: regenerate workflow files [skip ci]

This commit is contained in:
lowlighter
2022-07-25 19:22:39 -04:00
parent c2f0cbe2b1
commit d0d877463a
3 changed files with 33 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
- name: 👨‍💻 Lines of code changed - Lines of code changed
- name: 👨‍💻 Lines of code changed - Compact display in base plugin
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
@@ -6,3 +6,13 @@
plugin_lines: 'yes'
use_mocked_data: 'yes'
verify: 'yes'
- name: 👨‍💻 Lines of code changed - Repositories and diff history
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_lines: 'yes'
plugin_lines_sections: repositories, history
plugin_lines_repositories_limit: 2
plugin_lines_history_limit: 1
use_mocked_data: 'yes'
verify: 'yes'

View File

@@ -1,11 +1,11 @@
- name: ✨ Stargazers over last weeks - Using classic charts
- name: ✨ Stargazers - Using classic charts
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_stargazers: 'yes'
use_mocked_data: 'yes'
verify: 'yes'
- name: ✨ Stargazers over last weeks - Using chartist charts
- name: ✨ Stargazers - Using chartist charts
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
@@ -13,7 +13,7 @@
plugin_stargazers_charts_type: chartist
use_mocked_data: 'yes'
verify: 'yes'
- name: ✨ Stargazers over last weeks - With worldmap
- name: ✨ Stargazers - With worldmap
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN