We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8632d commit 03844f2Copy full SHA for 03844f2
.github/actions/destroy/action.yml
@@ -13,10 +13,6 @@ inputs:
13
runs:
14
using: composite
15
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
-
20
- name: Setup Terraform
21
uses: hashicorp/setup-terraform@v3
22
with:
0 commit comments