docs(templates): regenerate documentation

This commit is contained in:
lowlighter
2022-01-14 22:11:17 -05:00
parent 7228fc3b6d
commit 611347212c
6 changed files with 212 additions and 69 deletions

View File

@@ -60,3 +60,26 @@ Then use HTML, CSS, and [EJS](https://github.com/mde/ejs) to create something aw
Do not hesitate to share it on [GitHub discussions](https://github.com/lowlighter/metrics/discussions)!
For more information, see [contribution guide](/CONTRIBUTING.md).
## Examples workflows
<!--examples-->
```yaml
name: Using a community template
uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
template: '@classic'
setup_community_templates: lowlighter/metrics@master:classic
```
```yaml
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
```
<!--/examples-->