Skip to content

Update the PyPI chart badge #5

Update the PyPI chart badge

Update the PyPI chart badge #5

Workflow file for this run

name: Update the PyPI chart badge
on:
schedule:
- cron: "0 0 1 * *" # <= 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/[email protected]
with:
package_name: pyaction
badge_color: '#03fc6f'
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'chart badge updated'