Skip to content

Commit

Permalink
Create chart-badge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy authored Oct 2, 2024
1 parent abff889 commit 4ed06b0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/chart-badge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Update the PyPI chart badge

on:
schedule:
- cron: "0 0 * * 0" # <= runs every month
workflow_dispatch:

jobs:
update-chart-badge:
name: Updating the pypi chart badge
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Updating the badge
uses: lnxpy/pypi-chart-badge@v1
with:
package_name: 'hey-mindsdb'

- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'chart badge updated'

0 comments on commit 4ed06b0

Please sign in to comment.