ci: auto-regenerate files [skip ci]
This commit is contained in:
7
tests/cases/fortune.plugin.yml
Normal file
7
tests/cases/fortune.plugin.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: 🥠 Fortune - Fortune
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_fortune: 'yes'
|
||||
use_mocked_data: 'yes'
|
||||
verify: 'yes'
|
||||
@@ -1,7 +1,15 @@
|
||||
- name: ✨ Stargazers over last weeks - Last weeks stargazers
|
||||
- name: ✨ Stargazers over last weeks - 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
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_stargazers: 'yes'
|
||||
plugin_stargazers_charts_type: chartist
|
||||
use_mocked_data: 'yes'
|
||||
verify: 'yes'
|
||||
|
||||
Reference in New Issue
Block a user