Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Nov 22, 2024
1 parent abad806 commit b01cb75
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pypi_chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Update the PyPI chart badge

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


jobs:
update-chart-badge:
name: Updating the pypi chart badge
Expand All @@ -16,12 +15,12 @@ jobs:
uses: actions/checkout@v4

- name: Updating the badge
uses: lnxpy/pypi-chart-badge@v1.2
uses: lnxpy/pypi-chart-badge@v1.3
with:
package_name: pyaction
badge_color: '#03fc6f'
badge_color: "#03fc6f"

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

0 comments on commit b01cb75

Please sign in to comment.