mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
825bf0e2d8
* ci: self-host star history chart * ci: use animated gradient star chart
26 lines
505 B
YAML
26 lines
505 B
YAML
name: Star History
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "17 3 * * *"
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
contents: write
|
|
|
|
concurrency:
|
|
group: star-history
|
|
cancel-in-progress: false
|
|
|
|
jobs:
|
|
update:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: overtrue/star-history-action@71eb65f6d4798cf9de2549af1205e911555d0511 # v1.1.0
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
output-branch: star-history
|
|
output-path: .
|
|
chart-style: gradient
|
|
animate: "true"
|