Skip to content

Commit

Permalink
fix: url
Browse files Browse the repository at this point in the history
  • Loading branch information
sumingcheng committed Aug 29, 2023
1 parent 31523b2 commit 1110294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache_metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Generate Metrics image
run: |
# 使用curl或其他工具获取Metrics图片并保存到您的仓库
curl -o metrics.png "YOUR_METRICS_URL"
curl -o metrics.png "https://metrics.lecoq.io/sumingcheng?template=classic&languages=1&lines=1&base=header%2C%20activity%2C%20community%2C%20repositories%2C%20metadata&base.indepth=false&base.hireable=false&base.skip=false&languages=false&languages.ignored=html%2Ccss%2Cscss%2Cless%2Cstylus&languages.limit=8&languages.threshold=0%25&languages.other=false&languages.colors=github&languages.sections=most-used&languages.indepth=false&languages.analysis.timeout=15&languages.analysis.timeout.repositories=7.5&languages.categories=markup%2C%20programming&languages.recent.categories=markup%2C%20programming&languages.recent.load=300&languages.recent.days=30000&lines=false&lines.sections=base&lines.repositories.limit=4&lines.history.limit=1&config.timezone=Asia%2FShanghai"
# 提交并推送更改
- name: Commit and push changes
Expand Down

0 comments on commit 1110294

Please sign in to comment.