Files
metrics/source/templates/community/examples.yml
2022-01-14 22:10:04 -05:00

20 lines
503 B
YAML

- name: Using a community template
uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
template: "@classic"
setup_community_templates: "lowlighter/metrics@master:classic"
test:
modes:
- action
- name: Using a trusted community template
uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
template: "@terminal"
setup_community_templates: "lowlighter/metrics@master:terminal+trust"
test:
modes:
- action