Skip to content

Commit 03844f2

Browse files
committed
chore(infrastructure): add test to destroy opts
1 parent 9e8632d commit 03844f2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/destroy/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ inputs:
1313
runs:
1414
using: composite
1515
steps:
16-
- name: Validate environment
17-
run: if [ "${{ inputs.environment }}" != "staging" ] && [ "${{ inputs.environment }}" != "live" ]; then echo "Invalid environment"; exit 1; fi
18-
shell: bash
19-
2016
- name: Setup Terraform
2117
uses: hashicorp/setup-terraform@v3
2218
with:

0 commit comments

Comments
 (0)