15 lines
330 B
YAML
15 lines
330 B
YAML
- name: Crypto Metrics
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
filename: metrics.plugin.crypto.svg
|
|
token: NOT_NEEDED
|
|
base: ""
|
|
plugin_crypto: yes
|
|
plugin_crypto_id: bitcoin
|
|
plugin_crypto_vs_currency: usd
|
|
plugin_crypto_days: 1
|
|
plugin_crypto_precision: 2
|
|
prod:
|
|
skip: true
|
|
test:
|
|
skip: true |