ci: update examples.yml
This commit is contained in:
6
.github/workflows/examples.yml
vendored
6
.github/workflows/examples.yml
vendored
@@ -234,14 +234,14 @@ jobs:
|
|||||||
user: lowlighter
|
user: lowlighter
|
||||||
plugins_errors_fatal: yes
|
plugins_errors_fatal: yes
|
||||||
if: ${{ success() || failure() }}
|
if: ${{ success() || failure() }}
|
||||||
- name: ✨ Stargazers - Using chartist charts
|
- name: ✨ Stargazers - Using graph charts
|
||||||
uses: lowlighter/metrics@master
|
uses: lowlighter/metrics@master
|
||||||
with:
|
with:
|
||||||
filename: metrics.plugin.stargazers.chartist.svg
|
filename: metrics.plugin.stargazers.graph.svg
|
||||||
token: ${{ secrets.METRICS_TOKEN }}
|
token: ${{ secrets.METRICS_TOKEN }}
|
||||||
base: ""
|
base: ""
|
||||||
plugin_stargazers: yes
|
plugin_stargazers: yes
|
||||||
plugin_stargazers_charts_type: chartist
|
plugin_stargazers_charts_type: graph
|
||||||
output_action: none
|
output_action: none
|
||||||
delay: 120
|
delay: 120
|
||||||
user: lowlighter
|
user: lowlighter
|
||||||
|
|||||||
Reference in New Issue
Block a user