45 lines
903 B
YAML
45 lines
903 B
YAML
- name: Image output (jpeg)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
config_output: jpeg
|
|
|
|
- name: Image output (png)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
config_output: png
|
|
|
|
- name: Image output (json)
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
config_output: json
|
|
|
|
- name: Use twemoji
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
config_twemoji: yes
|
|
|
|
- name: Use gemoji
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
config_gemoji: yes
|
|
|
|
- name: Disable animations
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
config_animations: no
|
|
|
|
- name: Community templates
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
template: "@classic"
|
|
setup_community_templates: "lowlighter/metrics@master:classic"
|
|
modes:
|
|
- action
|