17 lines
496 B
YAML
17 lines
496 B
YAML
- name: 📕 Community templates - Using a community template
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
template: '@classic'
|
|
setup_community_templates: lowlighter/metrics@master:classic
|
|
modes:
|
|
- action
|
|
- name: 📕 Community templates - Using a trusted community template
|
|
uses: lowlighter/metrics@latest
|
|
with:
|
|
token: MOCKED_TOKEN
|
|
template: '@terminal'
|
|
setup_community_templates: lowlighter/metrics@master:terminal+trust
|
|
modes:
|
|
- action
|