Skip to content

Commit aaaa4a0

Browse files
Minor fix
1 parent 09b7178 commit aaaa4a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/job-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ jobs:
365365
az login --service-principal -u ${{ secrets.AZURE_CLIENT_ID }} -p ${{ secrets.AZURE_CLIENT_SECRET }} --tenant ${{ secrets.AZURE_TENANT_ID }}
366366
azd auth login --client-id ${{ secrets.AZURE_CLIENT_ID }} --client-secret ${{ secrets.AZURE_CLIENT_SECRET }} --tenant-id ${{ secrets.AZURE_TENANT_ID }}
367367
368-
- name: Deploy using azd up and extract values (${{ env.WAF_ENABLED == 'true' && 'WAF' || 'Non-WAF' }}+${{ env.EXP == 'true' && 'EXP' || 'Non-EXP' }}) (Linux)
368+
- name: Deploy using azd up and extract values (Linux)
369369
id: get_output_linux
370370
if: runner.os == 'Linux'
371371
shell: bash
@@ -454,7 +454,7 @@ jobs:
454454
export CONTAINER_WEB_APPNAME=$(echo "$DEPLOY_OUTPUT" | jq -r '.CONTAINER_WEB_APP_NAME // empty')
455455
echo "CONTAINER_WEB_APPNAME=$CONTAINER_WEB_APPNAME" >> $GITHUB_ENV
456456
457-
- name: Deploy using azd up and extract values (${{ env.WAF_ENABLED == 'true' && 'WAF' || 'Non-WAF' }}+${{ env.EXP == 'true' && 'EXP' || 'Non-EXP' }}) (Windows)
457+
- name: Deploy using azd up and extract values (Windows)
458458
id: get_output_windows
459459
if: runner.os == 'Windows'
460460
shell: pwsh

0 commit comments

Comments
 (0)