Skip to content

Commit d0b961c

Browse files
committed
Update README.md
1 parent 8b77a58 commit d0b961c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,7 @@ For example, to use the `super-metrics` template from `github-user`'s fork, add
689689
with:
690690
# ... other options
691691
template: "@super-metrics"
692-
setup_community_templates: github-user/metrics@master:classic
692+
setup_community_templates: github-user/metrics@master:super-metrics
693693
```
694694

695695
By default, community templates have their `template.mjs` removed and fallback to the one used by `classic` template.
@@ -700,7 +700,7 @@ If you really trust a template, it is possible to bypass this behaviour by appen
700700
- uses: lowlighter/metrics@master
701701
with:
702702
# ... other options
703-
setup_community_templates: github-user/metrics@master:classic+trust
703+
setup_community_templates: github-user/metrics@master:super-metrics+trust
704704
```
705705

706706
To create a new community template, just fork this repository and create a folder in `/source/templates` with the same structure as current templates.

0 commit comments

Comments
 (0)