Skip to content

Testing the action

Testing the action #5

Workflow file for this run

name: Testing
on:
workflow_dispatch:
jobs:
Test:
runs-on: ubuntu-latest
name: Testing the action
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Updating the badge
uses: ./
with:
package_name: 'requests'
badge_width: 220
badge_height: 120
badge_color: gold
days_limit: 30
file_name: chart2.png
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: 'chart badge updated'