Skip to content

Commit

Permalink
using pypi chart badge
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent 3b68e2a commit b3cc627
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/pypi_chart.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 1 * *" # <= runs every month

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: pyaction
badge_color: '#03fc6f'

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

0 comments on commit b3cc627

Please sign in to comment.