Skip to content

Commit

Permalink
Optionally delay destroy in github actions to allow investigation time
Browse files Browse the repository at this point in the history
  • Loading branch information
lindanasredin committed Apr 28, 2024
1 parent 3a849ae commit 7085c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar_poc_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: 'Terraform ${{ matrix.workspace }}'
runs-on: ubuntu-latest
env:
TEST_NAME_SAFE: ${{ matrix.test_name | replace(' ', '_') | lower }}
TEST_NAME_SAFE: ${{ replace(replace(matrix.test_name, ' ', '_'), ' ', '') | lower }}
EXAMPLE_DIR: ${{ matrix.example_dir }}
TF_WORKSPACE: ${{ matrix.workspace }}
AWS_REGION: ${{ matrix.aws_region }}
Expand Down

0 comments on commit 7085c54

Please sign in to comment.