We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1499e commit e2a32f1Copy full SHA for e2a32f1
.github/workflows/validation.yaml
@@ -110,7 +110,7 @@ jobs:
110
TF_VAR_dt_api_token: ${{ secrets.dt_api_token }}
111
TF_VAR_custom_domain: ${{ inputs.custom_domain != '' && inputs.custom_domain || '' }}
112
TF_VAR_otel_export_enable: "true"
113
- TF_VAR_use_case_validation_tests_enabled: ${{ inputs.use_case_validation_tests_enabled }}
+ TF_VAR_use_case_validation_tests_enabled: "${{ inputs.use_case_validation_tests_enabled }}""
114
TF_VAR_name_prefix: "gh-actions-ace-box"
115
TF_VAR_skip_domain_workspace_alignment: "true"
116
TF_VAR_extra_vars: |
0 commit comments