mirror of
https://github.com/doocs/advanced-java.git
synced 2024-12-26 04:00:08 +08:00
chore: add startcharts workflow
For more details, see https://github.com/MaoLongLong/actions-starcharts
This commit is contained in:
parent
eeb23b4d5c
commit
9b8c201d4e
18
.github/workflows/starcharts.yml
vendored
Normal file
18
.github/workflows/starcharts.yml
vendored
Normal 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"
|
Loading…
Reference in New Issue
Block a user