📘 Repository template

A template mimicking GitHub visual identity and specially crafted for repositories.

Supported features
→ Full specification
📰 🏅 đŸŽŸī¸ 🙋 đŸˆˇī¸ 📜 👨‍đŸ’ģ âąī¸ 🧑‍🤝‍🧑 âœ’ī¸ đŸ—‚ī¸ đŸ—ŧ 📸 💕 ✨ 💹 🧮
📓 Repositories
*ī¸âƒŖ SVG *ī¸âƒŖ PNG *ī¸âƒŖ JPEG #ī¸âƒŖ JSON
## 🎎 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 ```yaml name: Example uses: lowlighter/metrics@latest with: template: repository filename: metrics.repository.svg token: ${{ secrets.METRICS_TOKEN_WITH_SCOPES }} user: lowlighter repo: metrics plugin_lines: 'yes' plugin_followup: 'yes' plugin_projects: 'yes' plugin_projects_repositories: lowlighter/metrics/projects/1 ```