File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 || '' }}
You can’t perform that action at this time.
0 commit comments