From c9331e0677cffa09ddff82cd5aad21219ee28bf2 Mon Sep 17 00:00:00 2001 From: Josh Clifford <37558619+jsclifford@users.noreply.github.com> Date: Wed, 3 Sep 2025 14:41:46 -0600 Subject: [PATCH] EN-24867 - Cleanup Slots Workflow Update with minor fixes --- workflow-templates/im-run-cleanup-az-app-slots.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow-templates/im-run-cleanup-az-app-slots.yml b/workflow-templates/im-run-cleanup-az-app-slots.yml index 784e423..9093c4d 100644 --- a/workflow-templates/im-run-cleanup-az-app-slots.yml +++ b/workflow-templates/im-run-cleanup-az-app-slots.yml @@ -1,4 +1,4 @@ -# Workflow Code: FunnyAxelotal_v2 DO NOT REMOVE +# Workflow Code: FunnyAxelotal_v3 DO NOT REMOVE # Purpose: # Cleanup slots in Azure App Service or Function on a schedule # Frequency: @@ -281,7 +281,7 @@ jobs: continue-on-error: true uses: im-open/post-status-to-teams-action@v1 with: - title: 'Example ${{ steps.app-code-upper.outputs.APP_CODE_UPPER }} Slots were Deleted in ${{ inputs.environment-or-target }}' # TODO: Update Title for your application + title: 'Example ${{ steps.app-code-upper.outputs.APP_CODE_UPPER }} Slots were Deleted in ${{ matrix.environment }}' # TODO: Update Title for your application workflow-status: ${{ job.status }} workflow-type: Build teams-uri: ${{ vars.MS_TEAMS_URI }} # This is a repo-level secret (unless 'environment:' has been added to the finish-build job) @@ -297,5 +297,5 @@ jobs: ] custom-actions: | [ - { "name": "View Deployment Board", "uri": "https://techhub.mktp.io/catalog/default/component/${{ steps.set-variables.outputs.DEPLOYMENT_BOARD_ENTITY }}/deployments" } + { "name": "View Deployment Board", "uri": "https://techhub.mktp.io/catalog/default/component/${{ steps.app-code.outputs.DEPLOYMENT_BOARD_ENTITY }}/deployments" } ]