We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313c5ff commit 906f7d0Copy full SHA for 906f7d0
1 file changed
.github/workflows/job-deploy-linux.yml
@@ -188,8 +188,10 @@ jobs:
188
export AZURE_ENV_NAME="${{ steps.get_output_linux.outputs.AZURE_ENV_NAME }}"
189
190
# Upload team configurations and index sample data in one step
191
- bash infra/scripts/selecting_team_config_and_data.sh "${{ inputs.RESOURCE_GROUP_NAME }}"
192
-
+ # Run PowerShell script with 'All' use case automatically selected
+ # Provide two inputs: '1' for keeping current subscription, '5' for All use cases
193
+ echo -e "1\n5" | pwsh -File infra/scripts/Selecting-Team-Config-And-Data.ps1 -ResourceGroup "${{ env.RESOURCE_GROUP_NAME }}"
194
+
195
- name: Generate Deployment Summary
196
if: always()
197
shell: bash
0 commit comments