chore: add startcharts workflow

For more details, see https://github.com/MaoLongLong/actions-starcharts
This commit is contained in:
yanglbme 2021-12-12 09:04:44 +08:00
parent eeb23b4d5c
commit 9b8c201d4e

18
.github/workflows/starcharts.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Starcharts
on:
schedule:
- cron: "0 0/12 * * *"
workflow_dispatch:
jobs:
update-readme:
name: Generate starcharts
runs-on: ubuntu-latest
steps:
- uses: MaoLongLong/actions-starcharts@main
with:
github_token: ${{ secrets.ACTION_TOKEN }}
svg_path: images/starcharts.svg
commit_message: "chore: auto update starcharts"
stars_change: "50"