Skip to content

Commit

Permalink
Fix script path for cloudfront
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Sep 9, 2024
1 parent 66b4526 commit ee218e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-cloudfront-edge-associations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
./venv/bin/pip3 install --upgrade pip boto3==1.33.11
- name: Remove Lambda@Edge & CloudFront Associations
run: ./venv/bin/python3 -u scripts/remove_edge_associations.py ${{ inputs.sandbox_workspace }}
run: ./venv/bin/python3 -u ../scripts/remove_edge_associations.py ${{ inputs.sandbox_workspace }}
env:
DISTRIBUTION_ID: ${{ env.DISTRIBUTION_ID }}
LAMBDA_FUNCTION_NAME: ${{ inputs.lambda_function_name }}

0 comments on commit ee218e8

Please sign in to comment.