Skip to content

Commit

Permalink
Update MetricsCore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dieselxxx authored Nov 7, 2024
1 parent 567a531 commit f9dfcb2
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/workflows/MetricsCore.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 @@ -25,3 +26,21 @@ jobs:
filename: github-metrics-core-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: repository
user: The-FireHub-Project-old
repo: TheCore
filename: github-metrics-core-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 f9dfcb2

Please sign in to comment.