Skip to content

Commit 30af148

Browse files
committed
remove unnecessary check
1 parent 95c6e69 commit 30af148

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,11 @@ runs:
6969
run: |
7070
if [[ "${{ inputs.setup-aws }}" == "false" && "${{ inputs.setup-google-cloud }}" == "false" ]]; then
7171
echo "Either 'setup-aws' or 'setup-google-cloud' input must be set to 'true'"
72-
elif [[ "${{ inputs.setup-terragrunt }}" == "false" && "${{ inputs.setup-terraform }}" == "false" ]]; then
73-
echo "Either 'setup-terragrunt' or 'setup-terraform' input must be set to 'true'"
7472
else
7573
exit 0
7674
fi
7775
exit 1
7876
shell: bash
79-
if: inputs.setup-google-cloud == 'true'
8077

8178
- name: Validate Input Configuration for Google
8279
run: |

0 commit comments

Comments
 (0)