mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
4faea7fcbc
Backward-compatible feature release; existing chart-style/animate/contributors inputs are unchanged and continue to work.
27 lines
536 B
YAML
27 lines
536 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/repo-visuals-action@72f34d24769ff5d341956da2f23952594ef2f1e2 # v1.3.0
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
output-branch: star-history
|
|
output-path: .
|
|
chart-style: gradient
|
|
animate: "true"
|
|
contributors: "true"
|