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 28, 2024
1 parent 1e19991 commit 39664ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Cada uno de las siguientes tareas las agregaremos en el Actions en steps luego d
- name: Pinned repositories
uses: lowlighter/metrics@latest
with:
filename: plugin.repositories.pinned.svg
filename: repositories.pinned.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_repositories: yes
Expand All @@ -148,7 +148,7 @@ Cada uno de las siguientes tareas las agregaremos en el Actions en steps luego d
- name: Generate half-year calendar
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.isocalendar.fullyear.svg
filename: calendar.plugin.isocalendar.fullyear.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_isocalendar: yes
Expand All @@ -164,7 +164,7 @@ Cada uno de las siguientes tareas las agregaremos en el Actions en steps luego d
- name: Generate half-year calendar
uses: lowlighter/metrics@latest
with:
filename: calendar.plugin.fullyear.svg
filename: leguages.plugin.fullyear.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_languages: yes
Expand All @@ -182,7 +182,7 @@ Cada uno de las siguientes tareas las agregaremos en el Actions en steps luego d
- name: Generate Contributions
uses: lowlighter/metrics@latest
with:
filename: metrics.plugin.contributors.categories.svg
filename: contribution.plugin.contributors.categories.svg
token: ${{ secrets.METRICS_TOKEN }}
base: ""
template: repository
Expand Down

0 comments on commit 39664ab

Please sign in to comment.