Skip to content

Commit

Permalink
Update metrics_renders.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanHanloth authored Oct 22, 2024
1 parent 6a36780 commit e149404
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/metrics_renders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Mostused
uses: lowlighter/metrics@latest
with:
filename: picture/mostused.svg
filename: mostused.svg
token: ${{ secrets.METRICS_TOKEN }}
output_action: gist
committer_gist: ${{ secrets.GISTS }}
Expand All @@ -50,7 +50,7 @@ jobs:
- name: People
uses: lowlighter/metrics@latest
with:
filename: picture/people.svg
filename: people.svg
token: ${{ secrets.METRICS_TOKEN }}
output_action: gist
committer_gist: ${{ secrets.GISTS }}
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Activity
uses: lowlighter/metrics@latest
with:
filename: picture/activity.svg
filename: activity.svg
token: ${{ secrets.METRICS_TOKEN }}
output_action: gist
committer_gist: ${{ secrets.GISTS }}
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Mildly interesting facts
uses: lowlighter/metrics@latest
with:
filename: picture/facts.svg
filename: facts.svg
token: ${{ secrets.METRICS_TOKEN }}
output_action: gist
committer_gist: ${{ secrets.GISTS }}
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Opened
uses: lowlighter/metrics@latest
with:
filename: picture/followup.svg
filename: followup.svg
token: ${{ secrets.METRICS_TOKEN }}
output_action: gist
committer_gist: ${{ secrets.GISTS }}
Expand Down

0 comments on commit e149404

Please sign in to comment.