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" } ]