Skip to content

Commit

Permalink
Add working dir to step
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Sep 9, 2024
1 parent ee218e8 commit 444177c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cleanup-cloudfront-edge-associations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 444177c

Please sign in to comment.