Skip to content

Testing the action

Testing the action #4

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: Run action
uses: ./
with:
package_name: requests
# badge_color: 4492F9
- uses: EndBug/add-and-commit@v9
with:
default_author: github_actions