Skip to content

Commit

Permalink
Update MetricsFireHub.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dieselxxx authored Nov 7, 2024
1 parent f9dfcb2 commit 60f4072
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/MetricsFireHub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
permissions:
contents: write
steps:
- uses: lowlighter/metrics@latest
- name: Update base
uses: lowlighter/metrics@latest
with:
output_action: commit
retries: 1
Expand All @@ -23,3 +24,19 @@ jobs:
filename: github-metrics-firehub-base.svg
token: ${{ secrets.FIREHUB }}
base_indepth: yes
- name: Update activity
uses: lowlighter/metrics@latest
with:
output_action: commit
retries: 1
retries_delay: 10
committer_branch: metrics-renders
committer_message: "Update activity metrics"
template: classic
filename: github-metrics-firehub-activity.svg
token: ${{ secrets.FIREHUB }}
base_indepth: yes
plugin_activity: yes
plugin_activity_days: 365
plugin_activity_visibility: public
plugin_activity_timestamps: true

0 comments on commit 60f4072

Please sign in to comment.