Skip to content

Commit 4c773f0

Browse files
fixed for waf and cleanup
1 parent e79a5fd commit 4c773f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ jobs:
7474
with:
7575
azure_location: ${{ github.event.inputs.azure_location || 'australiaeast' }}
7676
resource_group_name: ${{ github.event.inputs.resource_group_name || '' }}
77-
waf_enabled: ${{ github.event.inputs.waf_enabled == true }}
78-
EXP: ${{ github.event.inputs.EXP == true }}
79-
cleanup_resources: ${{ github.event.inputs.cleanup_resources == true }}
77+
waf_enabled: ${{ github.event.inputs.waf_enabled == 'true' }}
78+
EXP: ${{ github.event.inputs.EXP == 'true' }}
79+
cleanup_resources: ${{ github.event.inputs.cleanup_resources == 'true' }}
8080
run_e2e_tests: ${{ github.event.inputs.run_e2e_tests || 'GoldenPath-Testing' }}
8181
AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID: ${{ github.event.inputs.AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID || '' }}
8282
existing_webapp_url: ${{ github.event.inputs.existing_webapp_url || '' }}

0 commit comments

Comments
 (0)