From 444177cf0682a558e00121451f895d0783ca71e2 Mon Sep 17 00:00:00 2001 From: Rio Knightley Date: Mon, 9 Sep 2024 11:15:01 +0100 Subject: [PATCH] Add working dir to step --- .github/workflows/cleanup-cloudfront-edge-associations.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cleanup-cloudfront-edge-associations.yml b/.github/workflows/cleanup-cloudfront-edge-associations.yml index 04f375ef..374620bc 100644 --- a/.github/workflows/cleanup-cloudfront-edge-associations.yml +++ b/.github/workflows/cleanup-cloudfront-edge-associations.yml @@ -86,6 +86,7 @@ jobs: - name: Remove Lambda@Edge & CloudFront Associations run: ./venv/bin/python3 -u ../scripts/remove_edge_associations.py ${{ inputs.sandbox_workspace }} + working-directory: ${{ github.workspace }} env: DISTRIBUTION_ID: ${{ env.DISTRIBUTION_ID }} LAMBDA_FUNCTION_NAME: ${{ inputs.lambda_function_name }}