Skip to content

Update main.yml

Update main.yml #18

Workflow file for this run

name: Generate requirements.txt
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Check requirements.txt
uses: ekvanox/pipreqs-action@master
with:
PROJECT_PATH: .
REQUIREMENT_PATH: .github/workflows/requirements.txt
COMMIT_MESSAGE: "My custom commit message"