Skip to content

Commit

Permalink
Extend test logging
Browse files Browse the repository at this point in the history
  • Loading branch information
RioKnightleyNHS committed Sep 9, 2024
1 parent a9156a6 commit 2cf8b96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/terraform-destroy-environment-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ permissions:
id-token: write
contents: read

env:
# Setting an environment variable with the value of a configuration variable
AWS_REGION: ${{ vars.AWS_REGION }}

jobs:
debug_region:
runs-on: ubuntu-latest
steps:
- name: Print AWS_REGION
run: echo ${{ vars.AWS_REGION }}
run: echo ${{ vars.AWS_REGION }} && echo ${{env.AWS_REGION}}
remove_edge_associations:
name: Remove Lambda@Edge Associations
uses: ./.github/workflows/cleanup-cloudfront-edge-associations.yml
Expand Down

0 comments on commit 2cf8b96

Please sign in to comment.