-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
update-starcharts #2790
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: update-starcharts
on:
schedule:
- cron: "0 0/12 * * *"
workflow_dispatch:
jobs:
update-readme:
name: Generate starcharts
runs-on: ubuntu-latest
if: github.repository == 'doocs/leetcode'
steps:
- uses: MaoLongLong/actions-starcharts@main
with:
github_token: ${{ secrets.DOOCS_BOT_ACTION_TOKEN }}
svg_path: images/starcharts.svg
commit_message: "chore: auto update starcharts"
stars_change: ${{ secrets.STARS_CHANGE }}