Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
superpollo2 authored Sep 25, 2024
1 parent d6acb26 commit b508bd4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,29 @@ jobs:
plugin_languages_colors: github
plugin_languages_limit: 8
```
### Contribuciones
<img src="https://github.com/user-attachments/assets/b5aed1b0-25b4-46e0-8ecc-faa7eff5c4be alt="calendar full year" width="320">
```yaml
# Generate contribution activity
- name: Generate Contributions
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.contributors.categories.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
template: repository
repo: metrics
plugin_contributors_sections: categories
plugin_contributors: yes
plugin_contributors_categories: |
{
"📚 Documentation": ["README.md", "docs/**"],
"💻 Code": ["source/**", "src/**"],
"#️⃣ Others": ["*"]
}
```
Si quieres cacharrear más
https://github.com/lowlighter/metrics?tab=readme-ov-file
Expand Down

0 comments on commit b508bd4

Please sign in to comment.