Star History #122
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: Star History | |
| on: | |
| workflow_dispatch: | |
| schedule: | |
| # Runs at 00:00 UTC every day | |
| - cron: "0 0 * * *" | |
| jobs: | |
| star-history: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Star history | |
| uses: bytebase/star-history@main | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| repo: Physicworld/polars-talis | |
| chart-type: Date |