Skip to content

Commit 9b8c201

Browse files
committed
chore: add startcharts workflow
For more details, see https://github.com/MaoLongLong/actions-starcharts
1 parent eeb23b4 commit 9b8c201

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/starcharts.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Starcharts
2+
3+
on:
4+
schedule:
5+
- cron: "0 0/12 * * *"
6+
workflow_dispatch:
7+
8+
jobs:
9+
update-readme:
10+
name: Generate starcharts
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: MaoLongLong/actions-starcharts@main
14+
with:
15+
github_token: ${{ secrets.ACTION_TOKEN }}
16+
svg_path: images/starcharts.svg
17+
commit_message: "chore: auto update starcharts"
18+
stars_change: "50"

0 commit comments

Comments
 (0)