ci: auto-regenerate files [skip ci]

This commit is contained in:
lowlighter
2022-01-25 21:17:27 -05:00
parent c08a17596d
commit 48752e4438
11 changed files with 144 additions and 13 deletions

View File

@@ -420,7 +420,7 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: ✨ Stargazers over last weeks - Last weeks stargazers
- name: ✨ Stargazers over last weeks - Using classic charts
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.stargazers.svg
@@ -432,6 +432,19 @@ jobs:
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: ✨ Stargazers over last weeks - Using chartist charts
uses: lowlighter/metrics@master
with:
filename: metrics.plugin.stargazers.chartist.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_stargazers: yes
plugin_stargazers_charts_type: chartist
output_action: none
delay: 120
user: lowlighter
plugins_errors_fatal: yes
if: ${{ success() || failure() }}
- name: 🗂️ Active projects - Project from a repository
uses: lowlighter/metrics@master
with: