File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 echo "" >> $GITHUB_STEP_SUMMARY
110110 echo "| Field | Value |" >> $GITHUB_STEP_SUMMARY
111111 echo "|-------|--------|" >> $GITHUB_STEP_SUMMARY
112- echo "| **Resouce Group deletion Status** | ${{ steps.delete_rg.outcome == 'success' && '✅ Initiated' || '❌ Failed' }} |" >> $GITHUB_STEP_SUMMARY
112+ echo "| **Resource Group deletion Status** | ${{ steps.delete_rg.outcome == 'success' && '✅ Initiated' || '❌ Failed' }} |" >> $GITHUB_STEP_SUMMARY
113113 echo "| **Resource Group** | \`${{ env.RESOURCE_GROUP_NAME }}\` |" >> $GITHUB_STEP_SUMMARY
114114 echo "" >> $GITHUB_STEP_SUMMARY
115115 if [[ "${{ steps.delete_rg.outcome }}" == "success" ]]; then
Original file line number Diff line number Diff line change @@ -289,9 +289,9 @@ jobs:
289289 IMAGE_TAG="demo"
290290 echo "Using demo branch - image tag: demo"
291291 elif [[ "$BRANCH_NAME" == "hotfix" ]]; then
292- BASE_TAG ="hotfix"
292+ IMAGE_TAG ="hotfix"
293293 elif [[ "$BRANCH_NAME" == "dependabotchanges" ]]; then
294- BASE_TAG ="dependabotchanges"
294+ IMAGE_TAG ="dependabotchanges"
295295 else
296296 IMAGE_TAG="latest"
297297 echo "Using default for branch '$BRANCH_NAME' - image tag: latest"
@@ -385,8 +385,8 @@ jobs:
385385 AZURE_LOCATION : ${{ needs.azure-setup.outputs.AZURE_LOCATION }}
386386 RESOURCE_GROUP_NAME : ${{ needs.azure-setup.outputs.RESOURCE_GROUP_NAME }}
387387 IMAGE_TAG : ${{ needs.azure-setup.outputs.IMAGE_TAG }}
388- BUILD_DOCKER_IMAGE : ${{ github.event. inputs.build_docker_image || 'false' }}
389- EXP : ${{ github.event. inputs.EXP || 'false' }}
388+ BUILD_DOCKER_IMAGE : ${{ inputs.build_docker_image || 'false' }}
389+ EXP : ${{ inputs.EXP || 'false' }}
390390 WAF_ENABLED : ${{ inputs.waf_enabled == true && 'true' || 'false' }}
391391 AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID : ${{ inputs.AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID }}
392392 AZURE_EXISTING_AI_PROJECT_RESOURCE_ID : ${{ inputs.AZURE_EXISTING_AI_PROJECT_RESOURCE_ID }}
You can’t perform that action at this time.
0 commit comments