Skip to content

Commit

Permalink
fix: typo on requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfg committed Mar 30, 2024
1 parent d07ede3 commit 066e71c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prefect-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
- name: Run Prefect Deploy
uses: PrefectHQ/actions-prefect-deploy@v3
with:
all-deployments: "true"
requirements-file-paths: ./flows/flow-1/requirements.txt, ./flows/flow-2/requirements.txt
deployment-names: heathcheck-deploy
requirements-file-paths: ./flows/flow-1/requirements.txt
deployment-file-path: ./prefect.yaml

0 comments on commit 066e71c

Please sign in to comment.