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 95c6e69 commit 30af148Copy full SHA for 30af148
action.yml
@@ -69,14 +69,11 @@ runs:
69
run: |
70
if [[ "${{ inputs.setup-aws }}" == "false" && "${{ inputs.setup-google-cloud }}" == "false" ]]; then
71
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'"
74
else
75
exit 0
76
fi
77
exit 1
78
shell: bash
79
- if: inputs.setup-google-cloud == 'true'
80
81
- name: Validate Input Configuration for Google
82
0 commit comments