docs(templates): minor changes [skip ci]

This commit is contained in:
lowlighter
2022-01-14 22:21:03 -05:00
parent 9c4315e1e2
commit 12db875ad6
4 changed files with 17 additions and 4 deletions

View File

@@ -21,6 +21,21 @@
</table>
<!--/header-->
## 🎎 Using a repository template
To use a repository template, a `repo` handle must be provided.
If the token owner is not the repository owner, then the `user` option must be set to the repository owner (whether it is an user or organization account).
*Example: render `lowlighter/metrics` repository*
```yml
- uses: lowlighter/metrics@latest
with:
template: repository
user: lowlighter
repo: metrics
```
## Examples workflows
<!--examples-->