From 4c6300113272ecfeeda7ebb0491cc08408e040f0 Mon Sep 17 00:00:00 2001 From: John Carter Date: Sat, 14 Oct 2023 17:54:08 +1300 Subject: [PATCH] Add output to requirements --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 22771c1..090be4d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: - name: Run image uses: abatilo/actions-poetry@v2 - name: Generate Requirements - run: poetry export + run: poetry export --output=requirements.txt - id: 'deploy' uses: 'google-github-actions/deploy-cloud-functions@v1' with: